{"info":{"_postman_id":"5bc51b2c-dac7-45cb-8921-318a104ab0ae","name":"flowww API Documentation","description":"<html><head></head><body><h2 id=\"public-api\">Public API</h2>\n<p>List of available endpoints for the flowww public API.</p>\n<p>An <strong>Ultimate</strong> or <strong>Legend</strong> subscription is required in the system to access the flowww public API.</p>\n<p><strong>Usage Quotas:</strong></p>\n<p>Quotas are calculated per system as: <code>number of active clinics × requests per plan</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Plan</th>\n<th>Requests per clinic / month</th>\n<th>Example (3 clinics)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ultimate</td>\n<td>100,000</td>\n<td>300,000 requests/month</td>\n</tr>\n<tr>\n<td>Legend</td>\n<td>10,000</td>\n<td>30,000 requests/month</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>If a system has clinics on different plans, the most restrictive plan applies to all clinics.</p>\n</blockquote>\n<hr>\n<p>The base URL used by this collection is <code>https://api-beta.flowww.net/v2</code>. If you are working with a different environment, update the URL before sending requests.</p>\n<p>To execute requests correctly, review these authentication values:</p>\n<ul>\n<li><code>systemkey</code></li>\n<li><code>server</code></li>\n<li>Bearer token obtained from <code>/login</code></li>\n</ul>\n<blockquote>\n<p><strong>ATTENTION!</strong> This code is provided solely to illustrate API behavior and must not be used in production environments. In production environments, <code>POST</code> requests must be made from server-side scripts so that login credentials remain properly protected.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26518975","collectionId":"5bc51b2c-dac7-45cb-8921-318a104ab0ae","publishedId":"2sBXiqG9WE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00E68F"},"publishDate":"2026-04-06T19:00:39.000Z"},"item":[{"name":"API V2","item":[{"name":"Auth","item":[{"name":"Get API Key","id":"7ec10731-2fcc-4828-8047-eeedfe7fbdc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": \"rosalind.franklin@gmail.com\",\n  \"password\": \"Tr0p1c4l!2024\",\n  \"systemkey\": \"8762574\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/getapikey","description":"<p>Obtain a permanent API key for authenticating all API requests.</p>\n<p>Call this endpoint once with your flowww credentials. The response contains\nan <code>api_key</code> value that you must pass as <code>Authorization: Bearer &lt;api_key&gt;</code>\nin every subsequent request.</p>\n<p>Calling this endpoint again with the same credentials <strong>rotates</strong> the key:\na new key is issued, the old one is revoked, and the monthly quota counter\nis preserved.</p>\n<p><strong>This endpoint does not consume quota.</strong></p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>login</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>flowww account email address.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td><code>string (password)</code></td>\n<td>✅ Yes</td>\n<td>flowww account password.</td>\n</tr>\n<tr>\n<td><code>systemkey</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>flowww system key assigned to the integration.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["getapikey"],"host":["api-beta.flowww.net/v2"],"query":[],"variable":[]}},"response":[{"id":"4026bb75-0116-482a-a4b2-078a6ebaf6d0","name":"API key issued or rotated successfully.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": \"rosalind.franklin@gmail.com\",\n  \"password\": \"Tr0p1c4l!2024\",\n  \"systemkey\": \"8762574\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/getapikey","description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `login` | `string` | ✅ Yes | flowww account email address. |\n| `password` | `string (password)` | ✅ Yes | flowww account password. |\n| `systemkey` | `string` | ✅ Yes | flowww system key assigned to the integration. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"api_key\": \"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA\"\n}"},{"id":"115a625c-0691-4d5a-85d1-d180af4767b9","name":"Missing or invalid request parameters (email, password or systemkey).","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": \"rosalind.franklin@gmail.com\",\n  \"password\": \"Tr0p1c4l!2024\",\n  \"systemkey\": \"8762574\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/getapikey","description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `login` | `string` | ✅ Yes | flowww account email address. |\n| `password` | `string (password)` | ✅ Yes | flowww account password. |\n| `systemkey` | `string` | ✅ Yes | flowww system key assigned to the integration. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"71cad092-16d3-49f9-8ba0-fa62deff873b","name":"Invalid credentials, or the subscription plan does not include API access (requires LEGEND or higher on all active clinics).","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": \"rosalind.franklin@gmail.com\",\n  \"password\": \"Tr0p1c4l!2024\",\n  \"systemkey\": \"8762574\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/getapikey","description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `login` | `string` | ✅ Yes | flowww account email address. |\n| `password` | `string (password)` | ✅ Yes | flowww account password. |\n| `systemkey` | `string` | ✅ Yes | flowww system key assigned to the integration. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e7487b15-2d15-4182-9d55-33f0dc7f84d8","name":"Unexpected internal error.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"login\": \"rosalind.franklin@gmail.com\",\n  \"password\": \"Tr0p1c4l!2024\",\n  \"systemkey\": \"8762574\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/getapikey","description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `login` | `string` | ✅ Yes | flowww account email address. |\n| `password` | `string (password)` | ✅ Yes | flowww account password. |\n| `systemkey` | `string` | ✅ Yes | flowww system key assigned to the integration. |"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7ec10731-2fcc-4828-8047-eeedfe7fbdc0"},{"name":"Login","id":"4a6d0866-1b07-4bbb-a119-a720c24c235d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","description":"<p>Authenticates with flowww credentials and returns a short-lived session token in the legacy XXXXXXXX=YYYYYYYYYY format. Pass the token as Authorization: Bearer  in subsequent requests. This authentication method will be deprecated in a future release but is still fully supported. We recommend migrating to the permanent API key obtained via /getapikey.</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Login user</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Login password</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["login"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[]}},"response":[{"id":"c1300592-476a-49d5-8f4f-0f8cf26650a1","name":"Login successful.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"CEUBSRBQ=GOINMOOCNOCHKOCDJAACIOAJ\"\n}"},{"id":"e3aa3cf1-2ffb-4940-96ea-667b5cb75abd","name":"Invalid User","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"This user cannot access from here; check if UserBindToWhiteIPGroupID is enabled.\",\n  \"errorCode\": 334\n}"},{"id":"4a6c0379-47cc-457b-8f18-8e1f69726e05","name":"Invalid credentials.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid credentials.\",\n  \"errorCode\": 3\n}"},{"id":"9b32eb08-1342-406b-8831-db74c2810b8f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"7dc21c0e-c812-4e72-9dc7-29ef90889445","name":"Error finding the client. Check that the client ID is correct.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Error finding the client. Check that the client ID is correct.\",\n  \"errorCode\": \"404\"\n}"},{"id":"86775db2-61d6-4671-bace-57b50c490fbc","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f4c3a71a-cd7f-43e3-a8e5-cba9e8640b90","name":"Access denied","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Access denied. Could not authenticate with the provided credentials. Please check whether OTP (one-time password) is enabled on this account — API access is not compatible with OTP authentication.\",\n  \"errorCode\": 622\n}"},{"id":"3d1d8318-044a-4166-b1b4-6ac34445bcf6","name":"Route not found","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"Password\": \"Tr0p1c4l!2024\",\n  \"UserName\": \"rosalind.franklin@gmail.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/login?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["login"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | Login user |\n| `Password` | `string` | ✅ Yes | Login password |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/login\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"4a6d0866-1b07-4bbb-a119-a720c24c235d"}],"id":"e235ef61-c114-44a0-833e-fbdfe1b630f7","description":"<p>Authentication and access token retrieval endpoints.</p>\n","_postman_id":"e235ef61-c114-44a0-833e-fbdfe1b630f7"},{"name":"Budget","item":[{"name":"Detail","item":[{"name":"Add Product to Budget","id":"2914f766-0ea5-421f-a452-16c84c378ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a product to the budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Additional services - Add a new product to a client's quote</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of product units.</td>\n</tr>\n<tr>\n<td><code>BudgetProductUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Product seller identifier.</td>\n</tr>\n<tr>\n<td><code>BudgetProductComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional comments or notes for the budget line.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global budget ID</p>\n","type":"text/plain"},"type":"any","value":"93","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID</p>\n","type":"text/plain"},"type":"any","value":"120","key":"productID"}]}},"response":[{"id":"e8ed56bb-7345-4bc8-8ade-18ecf28cf2a4","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4e508c59-f0c9-4213-9cb6-9a30cfb099fb","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1081a879-6651-4212-8728-ec4ca136edda","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6a48b660-f7d8-4e5b-95f5-8bbd11d4be42","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"13de4cd9-3ec1-45dd-a686-7af00326f860","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1e8f4274-6688-4249-a1b8-26d4433a7b3c","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"c0e3b34f-4043-4766-b4dc-d2c3ca4fff65","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"48fcb724-ed8e-4f6e-b1b6-62bfa0ff8ac5","name":"BudgetWithAdvances","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"This budget cannot be modified or deleted; it may have associated advance payments.\",\n  \"errorCode\": \"493\"\n}"},{"id":"0ff2ae9f-6dec-4856-bf79-836d53947daf","name":"IDNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No budget or product found with that ID\",\n  \"errorCode\": \"169\"\n}"},{"id":"7a79f020-6293-4f9b-9998-6a517355ae5f","name":"InvalidAmount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The quantity must be greater than 0\",\n  \"errorCode\": \"520\"\n}"},{"id":"6122dacb-690c-4543-a99e-a3f953741902","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3833db7a-1c8c-41b4-a4f4-9c9948d30a42","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetUnits\": 1,\n  \"BudgetProductUserID\": 231,\n  \"BudgetProductComments\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"93","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"productID","value":"120","description":"**Required** | Type: `integer`\n\nProduct ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetUnits` | `integer` | ❌ No | Number of product units. |\n| `BudgetProductUserID` | `integer` | ❌ No | Product seller identifier. |\n| `BudgetProductComments` | `string` | ❌ No | Additional comments or notes for the budget line. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"2914f766-0ea5-421f-a452-16c84c378ae2"},{"name":"Delete Budget Detail","id":"a0cb0c5f-89a0-44f4-9a1b-9782600418b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a specific product line or detail from an existing budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Delete Product - Eliminate a product from a client's quote</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget ID</p>\n","type":"text/plain"},"type":"any","value":"59","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID</p>\n","type":"text/plain"},"type":"any","value":"112","key":"budgetID"}]}},"response":[{"id":"a984355e-cc79-492b-ae2a-929f0a464a28","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fc7f117f-f160-4e30-a9a6-a7d1f6a2f454","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2ba9b8d5-df46-4c72-a9e6-ad2218930a48","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1874da2c-ab5d-4157-b1e3-be59c47da848","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3aff7f7b-1f5c-4d3c-a0b9-37ec383a6032","name":"Budget or product not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No budget or product found with that ID\",\n  \"errorCode\": \"171\"\n}"},{"id":"eff84831-1e9c-47ff-9191-a9db982ba491","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"63702636-5104-4212-af42-b03dc2b78bd9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0b192c34-c6c9-4cba-adbb-acd5c1b4ca2c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"056023cd-6b00-4d37-a9fa-b01961f9d8eb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"03a91019-1cfd-4913-a417-e465cef1e895","name":"NotFound2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"171\"\n}"},{"id":"c62acf88-20e6-4343-8c9b-2edfe9b28d04","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"59","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"112","description":"**Required** | Type: `integer`\n\nProduct ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"a0cb0c5f-89a0-44f4-9a1b-9782600418b8"},{"name":"Edit Dental Budget Line","id":"67a89abc-2aec-4ad6-8b42-998ed4819023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}","description":"<p>Edits the dental details for a line item in the dental estimate.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Odontogram - Edit budget item - Edit the dental details of a row in the dental estimate.</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DentalInvoiceMode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Billing mode for the dental budget line.</td>\n</tr>\n<tr>\n<td><code>DentalPathologyId</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Pathology ID.</td>\n</tr>\n<tr>\n<td><code>DentalPieces</code></td>\n<td><code>array</code></td>\n<td>❌ No</td>\n<td>List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor).</td>\n</tr>\n<tr>\n<td><code>DentalSurfaces</code></td>\n<td><code>array</code></td>\n<td>❌ No</td>\n<td>Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual).</td>\n</tr>\n<tr>\n<td><code>DentalNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Clinical comment.</td>\n</tr>\n<tr>\n<td><code>DentalProductId</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Internal product/service ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global budget ID</p>\n","type":"text/plain"},"type":"any","value":"169","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget line/detail ID</p>\n","type":"text/plain"},"type":"any","value":"171","key":"budgetID"}]}},"response":[{"id":"8dc79924-caf8-412e-82e0-54540eec77e0","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cafad5c5-df74-47e6-be8f-fe07626bd9e5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f757ebac-8f0e-4690-ab86-ee1dcae40cf5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"187d8095-15e4-44f8-9f2f-092df9848f33","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"00322164-d5d1-4a27-a100-aa83dacdb366","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D/dental\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"75ec95bc-3148-4651-9e27-96d469ae55cb","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"eda12a48-fd3a-4d5d-99f8-e066894b2d13","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a4ee9bc6-7aca-448d-b9db-d0bed8eeddbb","name":"DataError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error updating dental data. Check the information provided.\",\n  \"errorCode\": \"667\"\n}"},{"id":"175d0208-b534-45ed-af7a-b9d3e07f77c2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"18d888fe-715e-4cbf-b4a4-bdd36d187db1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DentalInvoiceMode\": \"DETAILED\",\n  \"DentalPathologyId\": 42,\n  \"DentalPieces\": [\n    11,\n    12\n  ],\n  \"DentalSurfaces\": [\n    \"O\",\n    \"M\"\n  ],\n  \"DentalNotes\": \"Comment on the treatment.\",\n  \"DentalProductId\": 69420\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/dental?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","dental"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"171","description":"**Required** | Type: `integer`\n\nBudget line/detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DentalInvoiceMode` | `string` | ❌ No | Billing mode for the dental budget line. |\n| `DentalPathologyId` | `integer` | ❌ No | Pathology ID. |\n| `DentalPieces` | `array` | ❌ No | List of dental pieces. Ex: 11 (Upper right central incisor), 12 (Upper right lateral incisor). |\n| `DentalSurfaces` | `array` | ❌ No | Affected surfaces of the dental piece. Ex: O (Occlusal), M (Mesial), D (Distal), V (Vestibular), L (Lingual). |\n| `DentalNotes` | `string` | ❌ No | Clinical comment. |\n| `DentalProductId` | `integer` | ❌ No | Internal product/service ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"67a89abc-2aec-4ad6-8b42-998ed4819023"},{"name":"Edit Product Comment","id":"4cd023d2-01ca-4695-980a-0d46352ab478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the comments of a budget detail.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Edit comments on a quote - Edit the comments in a quote detail</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetComment</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>New Comment to apply to the budget product.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget ID</p>\n","type":"text/plain"},"type":"any","value":"169","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget detail/product ID</p>\n","type":"text/plain"},"type":"any","value":"169","key":"budgetID"}]}},"response":[{"id":"370756d3-5a61-4b5b-98f0-d77dbcb34c7f","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"900c120b-3279-455f-9d44-861c784b47b6","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"814d55d0-a826-4d35-98f4-b2b1d53a1b84","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1c3374ef-216a-4cf7-80d4-43d375b33151","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"41b62fab-d147-4911-9441-9d932e24e1f5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D/comment\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8cd5417f-3f61-4cb6-833e-911eb9bbc86d","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"7f3e017d-ce84-4d2e-9f5f-cf46112aad2b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"67bdd5a0-d2c3-497c-876f-af6819603f20","name":"CommentError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The comment could not be changed. Check the data.\",\n  \"errorCode\": \"168\"\n}"},{"id":"e5d6865d-096b-4c7f-9614-c2bdcddd1ccc","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3caa419f-ec3d-44e0-b03d-a4fd84c58fad","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetComment\": \"Apply special campaign discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"169","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetComment` | `string` | ❌ No | New Comment to apply to the budget product. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"4cd023d2-01ca-4695-980a-0d46352ab478"},{"name":"Modify Product Price in Budget","id":"d791cb63-a2f1-4e64-9e1e-76768189fcf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows editing product prices in a budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Budget edit price - Allows you to manually edit the price of products</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetPrice</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>New price to apply to the budget product. Must be &gt;= 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global budget ID</p>\n","type":"text/plain"},"type":"any","value":"171","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget detail ID</p>\n","type":"text/plain"},"type":"any","value":"89","key":"budgetID"}]}},"response":[{"id":"c56a4416-597d-484a-b290-7f0f5def6957","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6500fd9e-47a2-480e-93d3-65da7338f4e6","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"605e7763-8a5d-4459-91a8-a51785b69c91","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8df329aa-66d1-450f-9aaa-372037ee8daa","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b5d8cc21-355b-4b72-9bfe-4bf3fd13c579","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"65cacbd8-00ad-4426-a9e4-6735924d1a7d","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"c95e410a-2615-4b14-b2ad-6f67e68589cb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9372d491-349f-4d64-ab90-f9b7057e6cb6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"63851eab-ace5-4509-a6de-d36cab951bd3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetPrice\": \"20,00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"171","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"89","description":"**Required** | Type: `integer`\n\nBudget detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetPrice` | `number (double)` | ❌ No | New price to apply to the budget product. Must be >= 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d791cb63-a2f1-4e64-9e1e-76768189fcf7"}],"id":"ff15c34b-7cc4-4d1e-a1b8-183526658602","description":"<p>Budget line item management endpoints, including products, comments, and dental data.</p>\n","_postman_id":"ff15c34b-7cc4-4d1e-a1b8-183526658602"},{"name":"Discount","item":[{"name":"Add Discount to Budget Product","id":"6a48b137-cc9a-488f-bf9f-b47539f539e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Applies a discount to a specific product in a budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Apply catalog discount - Allow the registration of a reduction on the amount via a percentage discount or by directly applying it to the final amount</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetDiscountTypeAmount</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID</td>\n</tr>\n<tr>\n<td><code>BudgetTypeDiscount</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X).</td>\n</tr>\n<tr>\n<td><code>BudgetDiscountAccumulate</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Stackable: 0 (No), -1 (Yes)</td>\n</tr>\n<tr>\n<td><code>BudgetDiscountComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comments on the budget discount</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget g identifier.</p>\n","type":"text/plain"},"type":"any","value":"45","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget identifier.</p>\n","type":"text/plain"},"type":"any","value":"37","key":"budgetID"}]}},"response":[{"id":"a555dcaf-abb1-45bb-b6ac-858e999a4bbf","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"46cc1fc6-6b09-4552-b4b9-e09098f40935","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f9696fff-feb5-4dee-a03f-addc830b8c3b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"98ed63fa-a7c8-4055-84df-897207866c8b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c5c9b3a1-07ae-4692-b3c2-7f3f11b43746","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b327cf0b-e77b-4df7-b1e2-8753f7ee4a1d","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"1ae72c4b-7c56-4ee9-9904-f68226f75f6e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"3e4c945a-a341-4157-be48-913e57b7adfa","name":"Invalid budgetTypeDiscount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid budgetTypeDiscount. Expected D, P, or V.\"\n}"},{"id":"25750691-1bc6-4749-8691-1ad1c4da27af","name":"DiscountError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the discount. Check that the ID or information is correct \",\n  \"errorCode\": \"168\"\n}"},{"id":"2768d0bb-ff75-419d-87c9-b203c5e5bfef","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"85905235-8a22-46db-a815-408de5d932f8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetTypeDiscount\": \"V\",\n  \"BudgetDiscountTypeAmount\": \"10.00\",\n  \"BudgetDiscountAccumulate\": 0,\n  \"BudgetDiscountComments\": \"Family discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nBudget g identifier."},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetDiscountTypeAmount` | `number (double)` | ❌ No | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `BudgetTypeDiscount` | `string` | ✅ Yes | Modification type: - 'D': Fixed discount (subtracts X amount of money). - 'P': Percentage discount (subtracts X%). - 'V': Fixed value (overrides the final price to X). |\n| `BudgetDiscountAccumulate` | `integer` | ❌ No | Stackable: 0 (No), -1 (Yes) |\n| `BudgetDiscountComments` | `string` | ❌ No | Comments on the budget discount |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6a48b137-cc9a-488f-bf9f-b47539f539e8"},{"name":"Delete Product Discount in Budget","id":"1ef1ba81-4047-478b-aa83-bee1a599ffb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Removes the discount applied to a product in a budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Remove Discount - Remove online budget discount</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global budget ID</p>\n","type":"text/plain"},"type":"any","value":"45","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget detail/product ID</p>\n","type":"text/plain"},"type":"any","value":"37","key":"budgetID"}]}},"response":[{"id":"00456192-cdcc-473e-9a97-02017c15fcea","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"84e1020e-66c7-47e3-9034-6c23b05bb190","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"18760888-2be4-4967-9497-d6a2a7c72331","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"94c2b12d-9ed2-456b-81c6-831feaa83035","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"06bea6ee-d7b0-455b-b198-34b528268a0a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"de210ad3-42af-4545-8a5e-25d41e20679a","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"de603b8d-abda-48a1-a93d-c5a7b25fece2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"31d6300d-bf9f-470a-999e-103eb54298f4","name":"Error deleting the discount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error deleting the discount. Check that the ID or information is correct \",\n  \"errorCode\": \"168\"\n}"},{"id":"7f12c444-7a75-4f4c-bd8f-49fc7a133a5c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7aff5f62-4508-4f17-bc8f-3a889aa3010a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1ef1ba81-4047-478b-aa83-bee1a599ffb6"}],"id":"9890c566-89e1-4188-ae67-c977a80fa740","description":"<p>Discount endpoints applied to budget line items.</p>\n","_postman_id":"9890c566-89e1-4188-ae67-c977a80fa740"},{"name":"Promotion","item":[{"name":"Add Promotion to Product in Budget","id":"47b6ed75-7da0-4cb4-b285-814cce0af37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a specific promotion to a product within a budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Apply promotion to budgets - Apply online quote promotions</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetProductID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Identifier of the product associated with the selected budget detail where the promotion will be applied.</td>\n</tr>\n<tr>\n<td><code>BudgetClientID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Identifier of the client who owns the budget and is used by flowww to validate the promotion context.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global budget ID</p>\n","type":"text/plain"},"type":"any","value":"45","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget detail/product ID</p>\n","type":"text/plain"},"type":"any","value":"37","key":"budgetID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Promotion ID.</p>\n","type":"text/plain"},"type":"any","value":"307","key":"promotionID"}]}},"response":[{"id":"2548cc63-f58a-45bc-8dd8-3d410fcd0aee","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"307dd5b9-02e3-4cb6-98c5-f8179728e63c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e37e7e51-4f7d-47b9-a69a-e2fb153f7b1f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"97ca0d50-bbf8-477b-baed-749682bcb179","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"41f475c5-1f14-4c8a-8ab3-7cacf774741e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D/promotion/%7B%7BpromotionID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"cf4f30a9-2d5c-4699-af80-27da3d7a259f","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"2bd054bf-3209-494c-984d-349aa8bad8d6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"45d00c8f-c9ea-47b6-b29d-38da778fdf6d","name":"PromotionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the promotion. Check that the data is correct\",\n  \"errorCode\": \"530\"\n}"},{"id":"525c0878-79f9-4864-b4c4-b2ee1632a4b5","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"82ecab43-ac96-4397-88e4-6d4f2c504c99","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetClientID\": 1,\n  \"BudgetProductID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID"},{"key":"budgetID","value":"37","description":"**Required** | Type: `integer`\n\nBudget detail/product ID"},{"key":"promotionID","value":"307","description":"**Required** | Type: `integer`\n\nPromotion ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetProductID` | `integer` | ✅ Yes | Identifier of the product associated with the selected budget detail where the promotion will be applied. |\n| `BudgetClientID` | `integer` | ✅ Yes | Identifier of the client who owns the budget and is used by flowww to validate the promotion context. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"47b6ed75-7da0-4cb4-b285-814cce0af37d"},{"name":"Add Promotional Code to Budget","id":"64664e60-0526-442d-86cd-4725f7d13f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a promotion code to the budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Promotion Code - Enter promotional code in budgets</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget ID.</p>\n","type":"text/plain"},"type":"any","value":"116","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Promotional code to apply to the ticket. It must correspond to an\nactive code in the system.</p>\n","type":"text/plain"},"type":"any","value":"183811F","key":"promotionCode"}]}},"response":[{"id":"1ffeec08-cbe5-4497-8fc2-48650e4421da","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"51fe694b-1c65-4e99-a66f-a985975cd2c3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4b901dd3-e5f2-490b-92d3-08bed193dc42","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"dbc9f453-e195-498c-8bd5-7b867cf1f10c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"234ca569-7018-41f8-8916-a10d767958d9","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/promotioncode/%7B%7BpromotionCode%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"f4264cc0-1823-4f57-b1df-f6b38a502862","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"40d89f7a-5635-4c21-a126-519b71b28cdb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"88f056f4-8f0c-4163-833f-0345d5c2e194","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1e5031b5-01b9-4412-a170-c287c4a1f5e6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"116","description":"**Required** | Type: `integer`\n\nBudget ID."},{"key":"promotionCode","value":"183811F","description":"**Required** | Type: `string`\n\nPromotional code to apply to the ticket. It must correspond to an\nactive code in the system."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"64664e60-0526-442d-86cd-4725f7d13f32"},{"name":"List Available Promotions","id":"1f50f74d-040c-41a4-86df-69fea9ef44d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of promotions that can be applied to a specific budget line item.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Load promotions and quotes - Load list of promotions into budgets</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the client.</p>\n","type":"text/plain"},"key":"budgetClientID","value":"13341573"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Identifier for the product in the budget.</p>\n","type":"text/plain"},"key":"budgetProductID","value":"143"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget ID</p>\n","type":"text/plain"},"type":"any","value":"233","key":"budgetGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget product ID</p>\n","type":"text/plain"},"type":"any","value":"42","key":"budgetID"}]}},"response":[{"id":"e4a97be0-0036-4a03-989a-9a1847d7089a","name":"Promotion list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PromotionID\": 13,\n    \"PromotionName\": \"PromoPrueba\",\n    \"PromotionAdvanced\": 0\n  }\n]"},{"id":"f40d3b21-8ee6-4204-a5d3-570ef298bee9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"baede91d-8147-471d-96e7-97919a650e94","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"38f0c277-6c2f-4f59-a140-39c148aa880c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"62015cbf-1c1a-4aa8-bd53-6d1964fd62b2","name":"No promotions available.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No promotions available for the specified product and customer.\"\n}"},{"id":"c672e573-e5aa-4c9e-addf-651699400c01","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"85b49716-b1ac-4a8f-95ca-83ed511aa55e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2fdc62c4-6239-4f31-8507-7e99e15e836c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0bf6e849-5358-43f9-a71b-e532188f499b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f6ba0837-1456-4a56-889c-7cbcfe0f6869","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/detail/{{budgetID}}/promotion?server={{server}}&systemkey={{systemkey}}&budgetClientID=13341573&budgetProductID=143&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","detail","{{budgetID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the client.","key":"budgetClientID","value":"13341573","x-postman-displayValue":"13341573"},{"description":"**Optional** | Type: `integer`\n\nIdentifier for the product in the budget.","key":"budgetProductID","value":"143","x-postman-displayValue":"143"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"233","description":"**Required** | Type: `integer`\n\nBudget ID"},{"key":"budgetID","value":"42","description":"**Required** | Type: `integer`\n\nBudget product ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/detail/%7B%7BbudgetID%7D%7D/promotion\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1f50f74d-040c-41a4-86df-69fea9ef44d2"}],"id":"fc1d3f44-feab-4a3c-a55a-7403a1dc7226","description":"<p>Promotion and promotional code endpoints for budgets and budget products.</p>\n","_postman_id":"fc1d3f44-feab-4a3c-a55a-7403a1dc7226"},{"name":"Clone Budget","id":"86424e48-651c-4bf4-8606-4a128089a684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1","description":"<p>Duplicate budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Odontogram - Clone budget - Clone the budget in visual budgets and odontogram.</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","clone"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Title of the budget.</p>\n","type":"text/plain"},"key":"budgetGTitle","value":"Presupuesto de prueba"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the client.</p>\n","type":"text/plain"},"key":"clientID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the budget to duplicate</p>\n","type":"text/plain"},"type":"any","value":"26","key":"budgetGID"}]}},"response":[{"id":"72f5da30-8f6a-43cb-be81-b0c4e87116c2","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"aeefb625-93b5-4f6b-b052-98d93e15f08e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"be4602e8-6976-49bf-a286-a52d07ef642e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"734d340f-c51c-4ba3-afaa-8024287dd675","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"86a981f3-23da-48db-90d8-ef058a46ba90","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/clone\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"d9dc6b75-a488-4bd4-841b-9e6522a97796","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"46524326-c1cd-4140-9d23-bb124a7be232","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1bc0f655-d5f4-4bf6-afbf-397664320008","name":"Invalid budget reference","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client ID or the budget ID is incorrect.\",\n  \"errorCode\": \"679\"\n}"},{"id":"1b8b758e-f4cc-4b9c-856c-c7178f9dd6c2","name":"Budget duplication failed","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not duplicate the budget. Check the data provided.\",\n  \"errorCode\": \"655\"\n}"},{"id":"35eb1a6a-8328-40e5-9437-916b7cebcca8","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"315ebd5c-f320-4a37-95fe-e7afdd986cc6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/clone?server={{server}}&systemkey={{systemkey}}&budgetGTitle=Presupuesto de prueba&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nTitle of the budget.","key":"budgetGTitle","value":"Presupuesto de prueba","x-postman-displayValue":"Presupuesto de prueba"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the client.","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"26","description":"**Required** | Type: `integer`\n\nID of the budget to duplicate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"86424e48-651c-4bf4-8606-4a128089a684"},{"name":"Convert Budget to Invoice","id":"96035ec1-784e-421a-9a35-a2bfa876f18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}","description":"<p>Converts an existing budget into an invoice (ticket). All products in the budget will be transferred to a new invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Generate ticket - Generate ticket from a budget</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","sell"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global budget ID.</p>\n","type":"text/plain"},"type":"any","value":"45","key":"budgetGID"}]}},"response":[{"id":"512e1cc2-1b03-4795-af02-775c602f6400","name":"Budget converted to ticket successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"TicketGID\": 329\n}"},{"id":"b86db7e6-f9f7-461d-9a06-ea5442a3a9f2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"5ccc3e8a-8099-4588-b1a0-38f89c253019","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d3992621-c68e-4ce6-b494-45493a27f00e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fdeefe29-dceb-491f-b138-b02300b6ee73","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/sell\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ca3795cd-549f-4438-8964-8362fcd03905","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"5654f2cc-e19d-43db-b58a-3fcbb3361bd4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9e2339d1-ad4c-45a5-8dc3-6087b840cadc","name":"TicketCreationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create the ticket. Check the data provided.\"\n}"},{"id":"613797ec-caa3-4d62-9736-0e05a309ca6e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b677e1c8-0282-4604-9f85-5687bdf966f5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/sell?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","sell"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"45","description":"**Required** | Type: `integer`\n\nGlobal budget ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"96035ec1-784e-421a-9a35-a2bfa876f18a"},{"name":"Create Budget","id":"193a2fe3-063e-4e7c-8d5a-8c1abbb52eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows creating a budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Create - Crear a new quote for a client</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetGClientID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Client ID to associate the budget with.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"22ad0969-e814-424a-bb96-e15587434652","name":"Budget created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"BudgetGID\": 109\n}"},{"id":"78a1e51a-8cf9-4060-9940-60ef0e52035e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"af0a69cb-9fd4-4af6-bb5c-57bd1dfb8178","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"37f8c938-08d2-4617-aed0-99042319fffd","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d7ca4c97-b5ce-49bb-8a82-1759c40d00de","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"3351a23d-a3c9-4ae8-b30c-3cdd3e280eb0","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"64104e71-65ec-453b-a574-de79088eaffc","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1f6b52b7-5a84-4b54-b3ed-b46af894a4c0","name":"InvalidClientID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create the budget. Check the client ID.\",\n  \"errorCode\": \"166\"\n}"},{"id":"d9a4fecb-1e3f-40db-8932-24ba7d839aee","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c2aae84a-271a-4e34-9b79-c7d18ee7cb60","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGClientID\": 13223333\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGClientID` | `integer` | ✅ Yes | Client ID to associate the budget with. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"193a2fe3-063e-4e7c-8d5a-8c1abbb52eef"},{"name":"Delete Budget","id":"871b3970-6415-47f2-85fe-6cdd9b847b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Delete a client's budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Delete - Eliminate a client's quote</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the budget to delete</p>\n","type":"text/plain"},"type":"any","value":"177","key":"budgetGID"}]}},"response":[{"id":"e58797ab-0df0-4c97-917a-7df32a31fc52","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0a9d15e4-72d4-4463-93bf-dd7b39fc9206","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"630f7361-fce7-4a10-8c15-ffdc796e2662","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1cc28a44-6403-4a75-b295-33af617a845a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a4ed7431-69b5-45c3-86f0-254134ac8275","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"13fd3b34-e145-473e-b206-92bfc539a7f7","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"9dddcc1c-fc29-44ca-8a6a-e73e18f94b47","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"26d1a845-8cef-4e2f-80c7-f675cd777246","name":"BudgetNotDeleted","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The budget cannot be deleted. Check that it does not have associated payments or advances.\",\n  \"errorCode\": \"513\"\n}"},{"id":"872e0bb3-6592-4fde-abf6-f240ed1a3982","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"44f32fbd-acd7-43ae-bd92-67aabc6696a0","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"177","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to delete"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"871b3970-6415-47f2-85fe-6cdd9b847b74"},{"name":"Edit Budget","id":"e7a0c4c3-ba47-494c-a245-7e09792d9cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Edits the general data of an existing budget. Allows modifying the date, validity, status, comments, and assigning a user/doctor. If BudgetStatus is included in the body, only the budget status will be updated. Otherwise, the remaining data will be edited.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Save - Modify a client's quote</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BudgetGDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>budget issue date (format dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>BudgetGValidity</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>budget validity/expiration date (format dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>BudgetGNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>General description or comments for the budget.</td>\n</tr>\n<tr>\n<td><code>BudgetGUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Identifier of the salesperson or sales representative associated with the budget.</td>\n</tr>\n<tr>\n<td><code>BudgetGDoctorID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Identifier of the doctor associated with the budget.</td>\n</tr>\n<tr>\n<td><code>BudgetGStatus</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired</td>\n</tr>\n<tr>\n<td><code>BudgetGTitle</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Title of the budget.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Budget ID</p>\n","type":"text/plain"},"type":"any","value":"107","key":"budgetGID"}]}},"response":[{"id":"bff3ac95-cc38-4fd4-bb3c-27a540f1e170","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ebb36dff-f0b1-4f25-98cc-21051da029b3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"73f206c5-0905-47c0-b3c8-a4aefdc96150","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7661034d-58c0-4a7d-b3c2-c5b2750ed8d5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b5934085-2667-4f12-8b4e-b0badc72ee67","name":"Budget not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No budget was found for the provided budgetGID.\",\n  \"errorCode\": \"493\"\n}"},{"id":"f884c038-d95e-4d70-8100-14120c881247","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"62ad414a-0dce-4d90-b1c3-e3e746fd004c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8c86149d-cf4b-41cc-a8f8-cf21416139a7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"decc4a9e-24b9-407a-b40f-fd6226b3cefe","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"44f8e214-8990-49cb-bae9-d18e122af226","name":"The budget could not be updated","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The budget could not be updated. Check that the data is correct.\",\n  \"errorCode\": \"168\"\n}"},{"id":"663fd5a5-fc2c-4cac-b23f-578c39b13ae0","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"BudgetGDate\": \"09/01/2026\",\n  \"BudgetGValidity\": \"23/06/2026\",\n  \"BudgetGNotes\": \"Quote for annual treatment\",\n  \"BudgetGUserID\": 236,\n  \"BudgetGDoctorID\": 238,\n  \"BudgetGStatus\": 1,\n  \"BudgetGTitle\": \"Annual Treatment Plan\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"107","description":"**Required** | Type: `integer`\n\nBudget ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `BudgetGDate` | `string (date)` | ❌ No | budget issue date (format dd/MM/yyyy). |\n| `BudgetGValidity` | `string (date)` | ❌ No | budget validity/expiration date (format dd/MM/yyyy). |\n| `BudgetGNotes` | `string` | ❌ No | General description or comments for the budget. |\n| `BudgetGUserID` | `integer` | ❌ No | Identifier of the salesperson or sales representative associated with the budget. |\n| `BudgetGDoctorID` | `integer` | ❌ No | Identifier of the doctor associated with the budget. |\n| `BudgetGStatus` | `integer` | ❌ No | New status to be assigned to the budget. - 0: Pending - 1: Accepted - 2: Rejected - 3: Sold - 4: Discarded - 5: Expired |\n| `BudgetGTitle` | `string` | ❌ No | Title of the budget. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"e7a0c4c3-ba47-494c-a245-7e09792d9cad"},{"name":"Get Budget Details","id":"87ad530d-e723-40f0-9b82-05507c4cecb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the full details of a specific budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Edit - See the data of an existing quote</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique budget ID</p>\n","type":"text/plain"},"type":"any","value":"117","key":"budgetGID"}]}},"response":[{"id":"3a4d379a-7084-47f7-86b8-2f24e585dc42","name":"Budget details obtained successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"BudgetGID\": 804,\n  \"BudgetGNumber\": 759,\n  \"BudgetGYear\": 2026,\n  \"BudgetGDate\": \"15/04/2026\",\n  \"BudgetGValidity\": \"23/04/2026\",\n  \"BudgetGDesc\": \"hola\",\n  \"BudgetGTitle\": \"\",\n  \"BudgetGUserID\": 239,\n  \"BudgetGUserName\": \"Juana\",\n  \"BudgetGDoctorID\": 251,\n  \"ClientID\": 1,\n  \"BudgetGClientID\": 1,\n  \"ClinicSelf\": -1,\n  \"ClinicID\": 1,\n  \"BudgetGClinicID\": 1,\n  \"BudgetState\": \"PENDING\",\n  \"BudgetGPromotionCode\": \"\",\n  \"ClinicEmailBudget\": -1,\n  \"ClientEMail\": \"rosalind.franklin@gmail.com\",\n  \"IsLegalRepresentative\": 0,\n  \"BudgetGPrescription\": 0,\n  \"BudgetGSubTotal\": \"0,00\",\n  \"BudgetGCurrencySymbol\": \"€\",\n  \"BudgetGVATAmount\": \"0,00\",\n  \"BudgetGTotalAmount\": \"0,00\"\n}"},{"id":"8225b9d2-bdaa-4de9-84de-12b36f1ad8a3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"91c032e9-4d79-4154-9f30-f5aa28d9e9af","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"39dde907-d640-4368-84ad-8fb3bcc36f6d","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c85ca141-5b83-43c8-9d30-20fe933b36e7","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b7720c89-7ecc-4910-852e-8542e3482989","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"725e6ce6-602c-4ea4-a9aa-127b8ad7563f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"aa386de2-2c33-4736-8cc8-bec6bf50b817","name":"No budget was found with that ID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No budget was found with that ID\",\n  \"errorCode\": \"167\"\n}"},{"id":"d708681c-4f26-4410-966d-2427792da585","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"8e7a702f-b23a-44ba-9ee2-845a27618fb5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"budgetGID","value":"117","description":"**Required** | Type: `integer`\n\nUnique budget ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"87ad530d-e723-40f0-9b82-05507c4cecb4"},{"name":"Get Budget List","id":"9e436a15-388a-4bc9-921f-040a103df5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}","description":"<p>Gets the global budget list. If the <code>clientID</code> query parameter is provided, only the budgets for that client are returned. <code>userID</code> is not compatible with <code>clientID</code>.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - List - See the list of a client's quotes</p>\n","urlObject":{"protocol":"https","path":["budget"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Customer ID.</p>\n","type":"text/plain"},"key":"clientID","value":"13223333"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"3aae0375-c2d0-4c58-89af-b924603149e4","name":"Budget list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"BudgetGID\": 59,\n    \"BudgetGYear\": 2026,\n    \"BudgetGNumber\": 16,\n    \"BudgetGStatus\": \"PENDING\",\n    \"BudgetStatusName\": \"Pending\",\n    \"BudgetGDate\": \"09/01/2026\",\n    \"BudgetGClientName\": \"Jocelyn Bell Burnell\",\n    \"BudgetGClinicID\": 1,\n    \"BudgetGClinicName\": \"000001 - Center Name\",\n    \"BudgetGCurrencySymbol\": \"€\",\n    \"BudgetGUserName\": \"severo.ochoa@flowww.com\",\n    \"BudgetGTotalAmount\": 42.5\n  }\n]"},{"id":"b386960d-7103-49a4-b2a8-41ae2012dfe4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"859fe02e-2d1d-4970-82e4-f45bfe649aa4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f38a8bf3-2091-4ec0-bbef-6a1f8620cd2d","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ecc44cf5-5d87-40e1-9373-72bce0f09dec","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"30bfefe2-f795-45b2-bc85-958a610acb06","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"7f28ab53-0d01-41d3-b066-5528b5c5d8bf","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"58d07f98-8c37-4d43-a1ef-ac13b5db9e37","name":"No budget found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No budget found\"\n}"},{"id":"0d3aef55-b6d7-4644-9070-b9ee6c938ef6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b9ae7a5d-afd9-40cf-bd95-b07920310808","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget?server={{server}}&systemkey={{systemkey}}&clientID=13223333&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nCustomer ID.","key":"clientID","value":"13223333","x-postman-displayValue":"13223333"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"9e436a15-388a-4bc9-921f-040a103df5e6"},{"name":"Print Budget","id":"ce22257d-94c3-4fda-9956-fd5d0c814217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Print requested client budget.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Print - Print a client's quote</p>\n","urlObject":{"protocol":"https","path":["budget","{{budgetGID}}","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the budget to print.</p>\n","type":"text/plain"},"type":"any","value":"169","key":"budgetGID"}]}},"response":[{"id":"ac941091-db02-4ce2-a515-c761cff57057","name":"Budget document generated successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"BudgetPrintURL\": \"https://eu030.flowww.net/138913/tmp/61881202rpfncp5s.qbn.asp?tid=201\"\n}"},{"id":"61555472-cd32-4813-819b-7d9f1fa17229","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1f83772c-4c74-4b77-a9f9-a564ebf3064a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"32d4049b-45bc-4058-988f-909e59ac4fb6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"65b0db67-82bb-4e8d-b8c9-4dad83aad6b6","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/budget/%7B%7BbudgetGID%7D%7D/print\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"bd97171f-7cba-4d38-b11c-13e6fcfff927","name":"Invalid parameters. Please review the information provided.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid parameters. Please review the information provided.\",\n  \"errorCode\": \"16\"\n}"},{"id":"2529788b-3a8c-4b60-b4a9-47c6eec2911f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a13c3638-60d7-423a-a9de-cb481d1f28f7","name":"No budget was found with that ID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No budget was found with that ID\",\n  \"errorCode\": \"167\"\n}"},{"id":"fa6014dd-f76f-4026-9605-1ede3ec0ba2e","name":"Invalid budgetGID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid budgetGID.\"\n}"},{"id":"489e4bf5-be29-47d0-a31d-e6c972acb517","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b46a7b27-e2b5-4935-bf20-1749d92679e2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/budget/{{budgetGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["budget","{{budgetGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"budgetGID","value":"169","description":"**Required** | Type: `integer`\n\nGlobal ID of the budget to print."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ce22257d-94c3-4fda-9956-fd5d0c814217"}],"id":"6b98d3ca-824e-4fc9-ba69-f6f1a724e24f","description":"<p>Budget lifecycle endpoints: creation, listing, editing, cloning, printing, and conversion.</p>\n","_postman_id":"6b98d3ca-824e-4fc9-ba69-f6f1a724e24f"},{"name":"Client","item":[{"name":"Alert","item":[{"name":"Save Client Alert","id":"512d0fcf-0925-4025-9f13-3607e8f3b154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows configuring and saving the alert and notification preferences for a specific client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Notices - Save - Save the details of a client notification</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AppNewEnable</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Enable alert when creating a new appointment (0 = disabled, -1 = enabled).</td>\n</tr>\n<tr>\n<td><code>AppViewEnable</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Enable alert when viewing an appointment (0 = disabled, -1 = enabled).</td>\n</tr>\n<tr>\n<td><code>AppConfirmEnable</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Enable alert when confirming an appointment (0 = disabled, -1 = enabled).</td>\n</tr>\n<tr>\n<td><code>TicketEnable</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Enable alert when opening a ticket (0 = disabled, -1 = enabled).</td>\n</tr>\n<tr>\n<td><code>ExpireDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Alert expiration date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>WarningContent</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Alert text content displayed to the user.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","alert"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"711ad722-f0d9-4160-bfd8-f049494025b1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ab333319-47a1-49fa-9839-50061c110649","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e7542f92-f705-44f6-9b21-d1ededca0e42","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"28451c28-41a5-4a5e-9bee-f999f8500efa","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4a005818-71c7-4e9c-b92c-df76172e61b1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/alert\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"3b77a5a1-fe94-43c2-a030-9262387f269b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1c19c6a7-12e9-4725-b276-c88cf25b6ad5","name":"ClientName validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientName\",\n  \"message\": \"ClientName is missing or invalid.\"\n}"},{"id":"dfcb7420-b931-4d31-b3bc-5606c11f0791","name":"ClientSurname1 validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientSurname1\",\n  \"message\": \"ClientSurname1 is missing or invalid.\"\n}"},{"id":"bec03c01-7619-4f09-9eea-b995b56455f0","name":"ClientPhone1 validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientPhone1\",\n  \"message\": \"ClientPhone1 is missing or invalid.\"\n}"},{"id":"ec26526f-9567-47fd-a33a-90d8d57f8a6c","name":"ClientEmail validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientEmail\",\n  \"message\": \"ClientEmail is invalid.\"\n}"},{"id":"5c39d23b-f89b-431e-baa3-cae44449a126","name":"ClientSex validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientSex\",\n  \"message\": \"ClientSex is missing or invalid.\"\n}"},{"id":"6e090977-b366-49e5-9ea0-b63fef0a5c5e","name":"ClientBirthDate validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientBirthDate\",\n  \"message\": \"ClientBirthDate is invalid.\"\n}"},{"id":"eaf4711d-37e9-4851-b189-7c685f2c77b4","name":"ClientNIF validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientNIF\",\n  \"message\": \"ClientNIF is invalid.\"\n}"},{"id":"baeb1677-7a43-481a-9f01-8c80ece603d0","name":"Error saving the customer notice","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Error saving the customer notice. Check the customer ID.\",\n  \"errorCode\": \"79\"\n}"},{"id":"e92cf543-7337-45f3-b8f8-948309801db6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AppNewEnable\": 0,\n  \"AppViewEnable\": 0,\n  \"AppConfirmEnable\": 0,\n  \"TicketEnable\": 0,\n  \"ExpireDate\": \"31/12/2026\",\n  \"WarningContent\": \"Client prefers morning appointments only.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AppNewEnable` | `integer` | ❌ No | Enable alert when creating a new appointment (0 = disabled, -1 = enabled). |\n| `AppViewEnable` | `integer` | ❌ No | Enable alert when viewing an appointment (0 = disabled, -1 = enabled). |\n| `AppConfirmEnable` | `integer` | ❌ No | Enable alert when confirming an appointment (0 = disabled, -1 = enabled). |\n| `TicketEnable` | `integer` | ❌ No | Enable alert when opening a ticket (0 = disabled, -1 = enabled). |\n| `ExpireDate` | `string` | ❌ No | Alert expiration date (dd/MM/yyyy). |\n| `WarningContent` | `string` | ❌ No | Alert text content displayed to the user. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"512d0fcf-0925-4025-9f13-3607e8f3b154"},{"name":"View Client Alert Details","id":"6e10508f-d6dd-492c-940b-f9dfe35e29c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Displays the details of the alert presented to a client when accessing a treatment room for a session (treatment or hair removal) or when viewing their ticket from the billing section.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Notices - View - See the details of a notification which a client is shown when they enter a treatment booth for a treatment session or depilation or access their ticket at the biling section.</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","alert"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"575b4617-1b20-40ec-80e5-c39067e7502e","name":"Notice details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClientID\": 1,\n  \"TicketEnable\": false,\n  \"AppNewEnable\": false,\n  \"AppViewEnable\": false,\n  \"AppConfirmEnable\": false,\n  \"ExpireDate\": \"05/02/2026\",\n  \"WarningContent\": \"The customer prefers to be contacted only in the mornings.\"\n}"},{"id":"0d4991e4-4f36-4f61-bf6c-d5d88ea6b2a1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"71216b55-6a2e-4d60-b81e-354f024b3ceb","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"26c25687-507c-4636-b499-dc065e571a4c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"281343c1-fdb4-439c-8fd9-2331ad1a233b","name":"No notice found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No notice found.\",\n  \"errorCode\": \"78\"\n}"},{"id":"c29f0b7a-ed15-4fe2-a4fe-6dc08cb51798","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f3301bdd-0d00-46ff-b826-6ca8f28fe99c","name":"InvalidClinicOrClient","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unable to retrieve the client alert. clinicID is required and must be valid for this client.\",\n  \"errorCode\": \"16\"\n}"},{"id":"5933e066-cdf0-47f0-8d04-a2d05abc5ef1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"9d479436-9a38-4552-9a45-0b1be364962b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/alert?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","alert"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/alert\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6e10508f-d6dd-492c-940b-f9dfe35e29c6"}],"id":"a328331c-ff7d-4af6-ad01-bda851378894","description":"<p>Client alert and warning configuration endpoints.</p>\n","_postman_id":"a328331c-ff7d-4af6-ad01-bda851378894"},{"name":"Comment","item":[{"name":"Add Comment to Client","id":"87c1d4d8-3597-467e-836d-df8ebeaf6c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Allows adding a comment to an existing client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - History - Comment - Add comments to a client's history</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClientComment</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Comment to add to the client.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","comment"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"69ebf160-17ea-4636-a971-ce08c9bf91cd","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"25970f9f-b4a1-4529-af1e-995c55b8b49c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"d639777c-48d1-47af-a11a-0c6c15436d7e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6b53ba8e-e71f-4b1c-bab3-239c33ef7684","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9a96a229-a13c-41b4-89bf-53607e7e43d1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/comment\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"d6c9aec5-e1a3-4018-8d29-f6900fbc142b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"307e01ca-efc2-4393-af6e-3000b75ff4f0","name":"InvalidClinicOrClient","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The comment could not be added. Check that clientID is valid and clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"6cb5e8dd-85b5-49d2-9cba-0eb0ef2dedc8","name":"AddCommentError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The comment could not be added. Check the client ID.\",\n  \"errorCode\": \"224\"\n}"},{"id":"19af77fb-48f6-4413-b5fe-fcc66a0b0f4e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientComment\": \"Client requests address change\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/comment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","comment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientComment` | `string` | ✅ Yes | Comment to add to the client. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"87c1d4d8-3597-467e-836d-df8ebeaf6c88"}],"id":"21d5cce6-c77d-4e02-b1f7-565cdb6fa781","description":"<p>Client comment and note management endpoints.</p>\n","_postman_id":"21d5cce6-c77d-4e02-b1f7-565cdb6fa781"},{"name":"Discount","item":[{"name":"Create Discount for Client","id":"2bc468b1-8e19-4eff-955c-17020ddd5719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Create and assign a new specific discount to a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Create - Create a new discount for a client</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiscountClassID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>ID of the discount type.</td>\n</tr>\n<tr>\n<td><code>DiscountUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the user.</td>\n</tr>\n<tr>\n<td><code>DiscountClinicID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the clinic where the discount applies.</td>\n</tr>\n<tr>\n<td><code>DiscountProductGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the affected product group. 0 if it affects all.</td>\n</tr>\n<tr>\n<td><code>DiscountProductID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the specific affected product. 0 if it affects all.</td>\n</tr>\n<tr>\n<td><code>DiscountDateStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Validity start date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiscountDateEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Validity end date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiscountValidity</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Absolute validity deadline (dd/mm/yyyy) or validity days.</td>\n</tr>\n<tr>\n<td><code>DiscountActivationLimit</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum number of allowed uses (0 = unlimited).</td>\n</tr>\n<tr>\n<td><code>DiscountMaxValue</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Maximum monetary value that can be discounted.</td>\n</tr>\n<tr>\n<td><code>DiscountWeekDays</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed.</td>\n</tr>\n<tr>\n<td><code>DiscountComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comments or notes about this assignment.</td>\n</tr>\n<tr>\n<td><code>DiscountProductQuantity</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Quantity of products in the discount.</td>\n</tr>\n<tr>\n<td><code>DiscountProductFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Customer ID to which the discount will be assigned.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"0f7bdecf-1a7c-4557-969a-771fad252d63","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4588fa7a-b501-4738-9051-a4a230621baa","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"11833651-afc1-4cb5-83c8-318bd078e819","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f97d5513-b96f-4442-9049-c85cee069d28","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6c6a1c68-6461-4aa6-bda0-49decd0101f4","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"786beecc-2653-44d5-91fc-2580eb557958","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"79014951-403e-4fa3-b35c-2058e9816f22","name":"DiscountDateStart validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountDateStart\",\n  \"message\": \"DiscountDateStart must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"bb6cd759-e62c-49dd-9748-4a0939e82fb4","name":"DiscountDateEnd validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountDateEnd\",\n  \"message\": \"DiscountDateEnd must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"5a2346f6-454d-4688-b401-797b1fc820fe","name":"DiscountWeekDays validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountWeekDays\",\n  \"message\": \"DiscountWeekDays must contain exactly 7 characters using only 0 or 1.\"\n}"},{"id":"cdce462d-f67a-4d54-8760-79aeb11c3762","name":"ValidationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error creating the discount. Check the data provided.\",\n  \"ErrorCode\": \"89\"\n}"},{"id":"75b215ea-9aa7-496e-b936-aad1bb69f317","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\",\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID to which the discount will be assigned."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ✅ Yes | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"2bc468b1-8e19-4eff-955c-17020ddd5719"},{"name":"Delete Client Discount","id":"ffa4be4e-e846-4c12-a188-ac20250b2a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Delete a discount assigned to a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Delete - Eliminate a client's discount</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","discount","{{discountID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Discount identifier.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"discountID"}]}},"response":[{"id":"842cde6b-7528-4af6-9fa7-e30772136674","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0ab113ff-47cd-465b-a64a-21d65a142867","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ead57b3c-87fe-4c1e-89ff-f6ca4768e883","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"239f4b44-4e11-4bd2-a218-b2619a56eb09","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"db08ed3b-be7a-40aa-97d7-5a2e2325aa07","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/discount/%7B%7BdiscountID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"50fb246e-0b6a-4478-81ec-d9f5339cc4a5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"28644b80-8d15-43ef-833c-ac467a158c66","name":"DeletionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error deleting the discount. Verify the provided ID.\",\n  \"ErrorCode\": \"90\"\n}"},{"id":"6816af44-33cf-4228-82de-3b6229038d4c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ffa4be4e-e846-4c12-a188-ac20250b2a31"},{"name":"Edit Client Discount","id":"96e4979f-003d-466c-af8a-778cbbab8dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies parameters for a client's assigned discount.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Save - Edit a client's discount</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiscountClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the discount type.</td>\n</tr>\n<tr>\n<td><code>DiscountUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the user.</td>\n</tr>\n<tr>\n<td><code>DiscountClinicID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the clinic where the discount applies.</td>\n</tr>\n<tr>\n<td><code>DiscountProductGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the affected product group. 0 if it affects all.</td>\n</tr>\n<tr>\n<td><code>DiscountProductID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the specific affected product. 0 if it affects all.</td>\n</tr>\n<tr>\n<td><code>DiscountDateStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Validity start date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiscountDateEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Validity end date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiscountTimeStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Discount application start time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiscountTimeEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Discount application end time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiscountValidity</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Absolute validity deadline (dd/mm/yyyy) or validity days.</td>\n</tr>\n<tr>\n<td><code>DiscountActivationLimit</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum number of allowed uses (0 = unlimited).</td>\n</tr>\n<tr>\n<td><code>DiscountMaxValue</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Maximum monetary value that can be discounted.</td>\n</tr>\n<tr>\n<td><code>DiscountProductQuantity</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Quantity of products in the discount.</td>\n</tr>\n<tr>\n<td><code>DiscountProductFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family.</td>\n</tr>\n<tr>\n<td><code>DiscountWeekDays</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed.</td>\n</tr>\n<tr>\n<td><code>DiscountComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comments or notes about this assignment.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","discount","{{discountID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Discount identifier.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"discountID"}]}},"response":[{"id":"38385e93-dea0-46cd-9ce6-f1191d3e9f0c","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"023f0068-8996-41fe-8956-7191fc16683b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"825a899f-1d38-4322-88cb-7576ef60fc55","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"0ec4e0fa-e259-4305-9e8a-540b204e5f06","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"037a1301-e650-4ae0-b1e0-7f2701ca75cd","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/discount/%7B%7BdiscountID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"74a09200-dffd-473c-ba81-f3b813acb311","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"98a9c590-d98a-4d60-9466-9cebfa71c502","name":"DiscountDateStart validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountDateStart\",\n  \"message\": \"DiscountDateStart must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"7aa7bc6a-da6c-4afb-81b4-d720a8c89536","name":"DiscountDateEnd validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountDateEnd\",\n  \"message\": \"DiscountDateEnd must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"51fd693d-6303-421a-86ee-66b990e385b9","name":"DiscountWeekDays validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountWeekDays\",\n  \"message\": \"DiscountWeekDays must contain exactly 7 characters using only 0 or 1.\"\n}"},{"id":"b234f470-5a9d-4cab-b19c-b261a58e9e53","name":"DiscountTimeStart validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountTimeStart\",\n  \"message\": \"DiscountTimeStart must be a valid time in HH:mm format.\"\n}"},{"id":"ee51ace8-abac-4012-bfd3-4306a2ec2f64","name":"DiscountTimeEnd validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"DiscountTimeEnd\",\n  \"message\": \"DiscountTimeEnd must be a valid time in HH:mm format.\"\n}"},{"id":"8df01757-9f40-4b6b-b37f-829ca9a6414e","name":"InvalidClientID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error modifying the customer discount. Check the client ID is valid.\",\n  \"errorCode\": \"89\"\n}"},{"id":"4d5b00f7-7520-4676-ab99-c3717f31efc7","name":"InvalidDiscountID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error modifying the customer discount. Check the Discount ID is valid.\",\n  \"errorCode\": \"88\"\n}"},{"id":"2939bd93-0f95-44ad-b7e4-07ad46f6d263","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountClassID\": 7,\n  \"DiscountUserID\": 0,\n  \"DiscountClinicID\": 0,\n  \"DiscountProductGID\": 0,\n  \"DiscountProductID\": 0,\n  \"DiscountDateStart\": \"04/02/2026\",\n  \"DiscountDateEnd\": \"13/05/2026\",\n  \"DiscountTimeStart\": \"09:00\",\n  \"DiscountTimeEnd\": \"18:30\",\n  \"DiscountValidity\": 0,\n  \"DiscountActivationLimit\": 0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountProductQuantity\": 1,\n  \"DiscountProductFamilyID\": 4,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountComments\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nDiscount identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountClassID` | `integer` | ❌ No | ID of the discount type. |\n| `DiscountUserID` | `integer` | ❌ No | ID of the user. |\n| `DiscountClinicID` | `integer` | ❌ No | ID of the clinic where the discount applies. |\n| `DiscountProductGID` | `integer` | ❌ No | ID of the affected product group. 0 if it affects all. |\n| `DiscountProductID` | `integer` | ❌ No | ID of the specific affected product. 0 if it affects all. |\n| `DiscountDateStart` | `string` | ❌ No | Validity start date (dd/MM/yyyy). |\n| `DiscountDateEnd` | `string` | ❌ No | Validity end date (dd/MM/yyyy). |\n| `DiscountTimeStart` | `string` | ❌ No | Discount application start time (HH:mm). |\n| `DiscountTimeEnd` | `string` | ❌ No | Discount application end time (HH:mm). |\n| `DiscountValidity` | `integer` | ❌ No | Absolute validity deadline (dd/mm/yyyy) or validity days. |\n| `DiscountActivationLimit` | `integer` | ❌ No | Maximum number of allowed uses (0 = unlimited). |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum monetary value that can be discounted. |\n| `DiscountProductQuantity` | `integer` | ❌ No | Quantity of products in the discount. |\n| `DiscountProductFamilyID` | `integer` | ❌ No | ID of the product family. |\n| `DiscountWeekDays` | `string` | ❌ No | Mask of allowed days of the week (Monday to Sunday). \"1\" = allowed, \"0\" = not allowed. |\n| `DiscountComments` | `string` | ❌ No | Comments or notes about this assignment. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"96e4979f-003d-466c-af8a-778cbbab8dee"},{"name":"List Tariff Details","id":"1433387f-60e4-41cc-9443-3f0e51a95715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}","description":"<p>Get the list of tariff details for client discounts.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Select tariff - Change a discount's group of tariffs</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","discount","configuration"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Tariff ID</p>\n","type":"text/plain"},"key":"productGID","value":"23"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the client.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"c86553b7-acec-4028-8268-f5f229daeb2e","name":"Configuration and listings retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductDetails\": [\n    {\n      \"ProductID\": \"21\",\n      \"ProductDesc\": \"1ª puesta de pestañas\"\n    },\n    {\n      \"ProductID\": \"82\",\n      \"ProductDesc\": \"1ª Visita nutrición\"\n    }\n  ],\n  \"ClinicDetails\": [\n    {\n      \"ClinicID\": \"3\",\n      \"ClinicCommercialName\": \"CentralCompras\"\n    },\n    {\n      \"ClinicID\": \"2\",\n      \"ClinicCommercialName\": \"Clinica1\"\n    }\n  ],\n  \"DiscountDetails\": [\n    {\n      \"DiscountID\": \"36\",\n      \"DiscountDesc\": \"[campaña1] 122\",\n      \"DiscountMaxValue\": 212\n    },\n    {\n      \"DiscountID\": \"29\",\n      \"DiscountDesc\": \"29\",\n      \"DiscountMaxValue\": 10\n    }\n  ],\n  \"FamilyDetails\": [\n    {\n      \"FamilyID\": 1,\n      \"FamilyName\": \"Actividades dirigidas\"\n    },\n    {\n      \"FamilyID\": 10,\n      \"FamilyName\": \"Casmara\"\n    }\n  ]\n}"},{"id":"ac31148e-da62-491e-b4be-ba47df4aaeb9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6b8874c3-422c-427d-8d79-a81a5fec8616","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"786f1ad1-f754-4c1d-9222-a3def8df7660","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"eb14b737-b8fe-4a25-8f91-b8bdfd2341da","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/discount/configuration\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0a772f3a-8f33-4be5-a9e3-5babfafbf8a0","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"29345e9b-2fc0-46dc-8f0c-e4ca18fe7bd0","name":"Error retrieving rate configuration","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Error\": \"Error retrieving rate configuration.\",\n  \"ErrorCode\": \"500\"\n}"},{"id":"994894ef-cf26-4b27-b47a-e28bf8edaadd","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/configuration?server={{server}}&systemkey={{systemkey}}&clinicID=1&productGID=23","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","configuration"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTariff ID","key":"productGID","value":"23","x-postman-displayValue":"23"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1433387f-60e4-41cc-9443-3f0e51a95715"},{"name":"Regenerate Discount","id":"7c604f8d-1a1f-4fc6-a346-3ef250e07258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}","description":"<p>Regenerates a specific discount assigned to a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Regenerate - Regenerate a discount</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the client.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the discount to be regenerated.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"discountID"}]}},"response":[{"id":"19d56832-1856-4a7b-950c-6d0ee0a683ad","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"99a8fe73-e8a1-4e3a-ab30-d23bc3b83479","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6feaa8e9-adc2-4388-8378-a832c3d7acba","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"af05d813-fc1f-4d62-8de4-521d76cd7612","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"89032313-7403-4da4-8b52-378224e79f4b","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/discount/%7B%7BdiscountID%7D%7D/regenerate\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e97d4c71-ddad-48f5-96d0-0af17fb938c6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ccc669f4-130f-49e1-afea-629f8ec203c9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}/regenerate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}","regenerate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the client."},{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique identifier of the discount to be regenerated."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"7c604f8d-1a1f-4fc6-a346-3ef250e07258"},{"name":"Retrieve Discount Details","id":"6859aef9-7ef9-444c-b1c9-23039238eb68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves discounts assigned to a client using the same route pattern. If the <code>discountID</code> path segment contains a valid numeric value, it returns the detail of that specific discount. If <code>discountID</code> is empty, omitted effectively, or not numeric, it returns the client discount list instead.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - List - See the listing of a client's discounts</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","discount","{{discountID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Customer ID for which discounts are to be queried.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Discount identifier. If empty, returns the list of discounts.</p>\n","type":"text/plain"},"type":"any","value":"48","key":"discountID"}]}},"response":[{"id":"230539c9-26af-48a7-b122-8e775c16c5c1","name":"Discount details and configuration lists successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"DiscountID\": 13,\n  \"DiscountFamilyID\": 0,\n  \"DiscountClassID\": 7,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountClientID\": 1,\n  \"DiscountUserID\": 236,\n  \"DiscountProductGID\": 1,\n  \"DiscountProductID\": 227,\n  \"DiscountClinicID\": 1,\n  \"DiscountDateStart\": \"03/02/2026\",\n  \"DiscountDateEnd\": \"14/02/2026\",\n  \"DiscountValidity\": 8,\n  \"DiscountActivationLimit\": 3,\n  \"DiscountWeekDays\": \"1111111\",\n  \"DiscountTimeStart\": \"14:55\",\n  \"DiscountTimeEnd\": \"18:25\",\n  \"DiscountDesc\": \"Volume discount\",\n  \"DiscountCampaignGID\": 0\n}"},{"id":"13ebb892-0e6d-411e-940b-a51703229e55","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"231d8c83-f8bc-499d-ae69-6f43a94598b2","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c33d5854-f865-4fc6-8034-4ca2163065ef","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"55cbe1e8-4812-4794-88b9-6bce03e26a9f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/discount/%7B%7BdiscountID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"387b6b31-cd37-4548-b0e5-912964b0b78f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b55e2ba9-9a28-4cd7-9128-7f96dc80be62","name":"InvalidOrTooLongIdentifiers","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error retrieving client discounts. Check that the submitted identifiers are valid and do not exceed the allowed length.\",\n  \"errorCode\": \"16\"\n}"},{"id":"dbe11486-22aa-400c-9afd-8b30108a7299","name":"InvalidClientID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error retrieving client discounts. Check the client ID is valid.\",\n  \"errorCode\": \"89\"\n}"},{"id":"0728446c-95e0-4ebb-9db8-98c253778528","name":"InvalidDiscountID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error retrieving the client discount detail. Check the Discount ID is valid.\",\n  \"errorCode\": \"88\"\n}"},{"id":"a85ce60c-d2fd-4f73-b75e-087bd77eebdf","name":"No discounts found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No discounts found\"\n}"},{"id":"36da947e-e29b-4452-8526-07e5b83900ae","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nCustomer ID for which discounts are to be queried."},{"key":"discountID","value":"48","description":"**Required** | Type: `integer`\n\nDiscount identifier. If empty, returns the list of discounts."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6859aef9-7ef9-444c-b1c9-23039238eb68"}],"id":"af3276f7-a823-4b76-8c15-d45e77228e02","description":"<p>Client-specific discount assignment and management endpoints.</p>\n","_postman_id":"af3276f7-a823-4b76-8c15-d45e77228e02"},{"name":"Form","item":[{"name":"Get Client Form","id":"3ff83089-719e-442c-bbd0-ed6f80b2f0c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Retrieves client form information.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Consents - Edit - We obtain the consent data</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","form","{{formID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Identifier of the client whose forms are to be queried.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Identifier of the form to query.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"formID"}]}},"response":[{"id":"46ade314-a8bc-4992-a2e2-6ff65bf3b4b4","name":"Form information.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"FormDesc\": \"Informed consent form\",\n  \"FormAcceptGeneralConditions\": 1,\n  \"FormAcceptRGPD\": 1,\n  \"FormDoctorRequired\": \"F\",\n  \"FormHTML\": \"<p>This is a Loyalty Discount form</p>\",\n  \"isFormUsed\": 1\n}"},{"id":"39b32a2f-7960-44bb-9883-eaeac08a854d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"8ca27014-080f-466a-a523-02f05ed2e963","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1a40ebe0-77ba-4f3e-aa44-fd45d102e776","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6e1a48bd-9db0-41cf-8aeb-fe485a58b977","name":"Client form information.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Form not found or incorrect ID.\",\n  \"errorCode\": \"16\"\n}"},{"id":"af1aca43-8b37-4761-a8b0-b866e7451520","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"23ee3283-4e16-42c0-950f-d8d0754a765e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"78f918f0-2568-4ed6-a3c8-3d40081242ce","name":"Form not found or incorrect ID2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Form not found or incorrect ID.\"\n}"},{"id":"0c9f6bc6-7f0b-48ac-8fb4-c775b60fe6f6","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the form to query."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/form/%7B%7BformID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"3ff83089-719e-442c-bbd0-ed6f80b2f0c8"},{"name":"List Client Forms","id":"518f2a2c-20f9-4ca4-a6f6-b35c06df205a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","description":"<p>Gets the client's form list.</p>\n<p><strong>Permision:</strong></p>\n<p>Medical forms - Medical Forms - Edit - We obtain the data from medical forms</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","form"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Indicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)</p>\n","type":"text/plain"},"key":"type","value":"F"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Identifier of the client whose forms are to be queried.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"749e9b6f-b580-4c9c-8f56-2f9bfa038ebf","name":"List of forms.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FormID\": 1,\n    \"FormFolderID\": 1,\n    \"FolderParentID\": 0,\n    \"FormFolderName\": 1,\n    \"FormDesc\": \"Informed consent form\",\n    \"FormEditable\": 0,\n    \"FormPinned\": 1\n  }\n]"},{"id":"1b3530b1-b1bd-4edf-b9f2-b8b3135c0c08","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6ad79c58-c2ef-415d-bd09-c302db6170a6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a94e5698-562b-4cfe-98f1-f1f92da0ae93","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9e41a591-f786-4611-aeaa-32c2e8c947f4","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/form\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"23cfd854-c1fe-46a1-a70f-55e7dfde5a7d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"778f3dd9-582f-4ec7-be97-83e957144ba6","name":"type validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"type\",\n  \"message\": \"type query parameter must be either F or C.\"\n}"},{"id":"fff6850d-add9-4ac3-9fa9-bfb3ef4e4229","name":"Unable to retrieve client forms","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unable to retrieve client forms. Check that clientID is valid and clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"fa29e988-fa63-4615-ade2-a0d4447225a5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form?server={{server}}&systemkey={{systemkey}}&clinicID=1&type=F","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nIndicates whether to return medical forms [F] or consent forms   [C]. (This can only be one of F,C)","key":"type","value":"F","x-postman-displayValue":"F"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nIdentifier of the client whose forms are to be queried."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"518f2a2c-20f9-4ca4-a6f6-b35c06df205a"},{"name":"Retrieve Client Form Data","id":"b46e1504-7658-4533-8d0e-7c29f13b8f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Retrieves client form data.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Consents - Editable consents - Upload - Load the data of a consent created from the consent editor</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","form","{{formID}}","data"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Form identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"formID"}]}},"response":[{"id":"f0899b26-2b76-4deb-aa75-8a52be555594","name":"Client form data.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Doctors\": [\n    {\n      \"UserID\": 238,\n      \"UserName\": \"jorge\"\n    },\n    {\n      \"UserID\": 248,\n      \"UserName\": \"Doctor\"\n    }\n  ],\n  \"Fields\": [\n    {\n      \"FieldID\": 42,\n      \"FieldName\": \"comentario\",\n      \"FieldDesc\": \"comentario\",\n      \"FieldType\": \"INPUT\",\n      \"FieldOptions\": \"\",\n      \"FieldRequired\": 0\n    }\n  ],\n  \"FormDoctorID\": 239,\n  \"ClientIsMinor\": false\n}"},{"id":"c77a8512-a57e-40fb-8646-4b1dc0de3847","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"545c2a3e-06e5-43b0-97d7-19b4a00a1d0d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a1b2e837-602b-4829-b4ae-c25249e3a023","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fc9f66b2-8dc3-4cf5-86c3-75afbd42533a","name":"Client form information.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Form not found or incorrect ID.\",\n  \"errorCode\": \"16\"\n}"},{"id":"ddc0e1cb-7abd-4533-ad79-68d569f46d2a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a9e215c7-0265-461c-9cc1-640cee79e124","name":"Client form data2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Fields\": [\n    {\n      \"FieldID\": 42,\n      \"FieldName\": \"comentario\",\n      \"FieldDesc\": \"comentario\",\n      \"FieldType\": \"INPUT\",\n      \"FieldOptions\": \"\",\n      \"FieldRequired\": 0\n    }\n  ],\n  \"FormDoctorID\": 239,\n  \"ClientIsMinor\": false\n}"},{"id":"8b9239e1-af07-437e-978d-c7c66fd34aa2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"5178d4d0-56e7-41f3-8f54-372b4037be58","name":"Form not found or incorrect ID2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Form not found or incorrect ID.\"\n}"},{"id":"bb4b6fd7-9c5e-43a8-a545-92d648e83fa7","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/data?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","data"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/form/%7B%7BformID%7D%7D/data\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"b46e1504-7658-4533-8d0e-7c29f13b8f07"},{"name":"Save Client Form","id":"35025a34-c199-42ad-bca3-0fc487234c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Save the client form data.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Consents - Editable consents - Save - Save data from a consent created from the consent editor</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>FormDoctorID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Doctor assigned to the form.</td>\n</tr>\n<tr>\n<td><code>Fields</code></td>\n<td><code>array</code></td>\n<td>❌ No</td>\n<td>Form fields to save.</td>\n</tr>\n<tr>\n<td><code>FieldID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Form field identifier.</td>\n</tr>\n<tr>\n<td><code>FieldValue</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Value to save.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","form","{{formID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Form identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"formID"}]}},"response":[{"id":"34f9873b-00fa-4463-a4ba-50e6fbb226a1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4cd154df-63be-48eb-a990-e7fc2da7c943","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f4d6725d-d03a-48d9-a7f6-ee7e6448676c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6d685607-3e95-4670-bee5-32835c6e99aa","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"86e2e6e0-e9eb-4185-8d6f-8f34614250ac","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/form/%7B%7BformID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"9e06e102-a2f9-4fee-b335-b382a28d4f31","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9c189066-a17e-42e2-b512-95044cc51c4c","name":"InvalidFormData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client form could not be saved. Check that the submitted values are valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"d12aeab7-a6c5-4f02-9e16-613797c82c93","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormDoctorID\": 11,\n  \"Fields\": [\n    {\n      \"FieldID\": 1,\n      \"FieldValue\": \"A\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormDoctorID` | `integer` | ❌ No | Doctor assigned to the form. |\n| `Fields` | `array` | ❌ No | Form fields to save. |\n| `FieldID` | `integer` | ❌ No | Form field identifier. |\n| `FieldValue` | `string` | ❌ No | Value to save. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"35025a34-c199-42ad-bca3-0fc487234c63"},{"name":"Sign Client Form","id":"1ac104dd-1ceb-48ea-8bac-a51ac0003276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Signs the client form with the provided data.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Consents - Editable medical forms - Sign - Sign the data on a medical form created from the consent editor</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>FormClientSignatureBase64</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format.</td>\n</tr>\n<tr>\n<td><code>FormDoctorSignatureBase64</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","form","{{formID}}","sign"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Form identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"formID"}]}},"response":[{"id":"40bd853e-ebce-4466-9450-91adab2398b1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4dc1f000-b35e-464f-96fa-96d452a85df8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"742cb9d1-99e0-4d06-bdb7-ee73099be910","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3c0c75d8-5299-4b9e-8e16-0b02293398b6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b5254d1c-0072-4a26-8926-7c091e30dbde","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/form/%7B%7BformID%7D%7D/sign\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"da181136-8214-484d-8b90-52bcb5f42fc2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"77e34990-08a3-4c6a-b7e7-2760951f18dd","name":"Error signing the form","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Error signing the form.\"\n}"},{"id":"2ae49bfd-42b6-47e2-93c9-d2a81e5d0cea","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FormClientSignatureBase64\": \"data:image/jpeg;base64,/9***\",\n  \"FormDoctorSignatureBase64\": \"data:image/jpeg;base64,/9***\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/sign?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","sign"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FormClientSignatureBase64` | `string` | ❌ No | Customer signature in base64 format. Use online Base64 converter to transform the image to base64 format. |\n| `FormDoctorSignatureBase64` | `string` | ❌ No | Doctor signature in base64 format. Use online Base64 converter to transform the image to base64 format. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1ac104dd-1ceb-48ea-8bac-a51ac0003276"},{"name":"View Client Form","id":"29a1a344-3a22-4350-ac49-c2fc6828385a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Gets a preview of the client form.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Consents - Editable medical forms - View in PDF - View PDF of the data from a medical form created using the consent editor</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","form","{{formID}}","preview"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Form identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"formID"}]}},"response":[{"id":"8a39d9cc-7ce6-47fb-8307-31a6fceceed5","name":"Customer form preview.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClientFormURL\": \"https://eu050.flowww.net/empty/tmp/g20zv1a2.0sm.pdf\"\n}"},{"id":"6687fd11-56d9-46e2-892c-e21df227e149","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"23ad5842-604c-4188-9b72-57a269d1ecbc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"612f461a-a836-41c7-86ab-9b7360a82cc8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"99d6789a-6b2c-49b1-abc3-d1479d698c4c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/form/%7B%7BformID%7D%7D/preview\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"17a81a28-f3da-45bf-97ab-e3620fd4398a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9069d2fd-5dd9-44f4-b98f-ae8af844f0c4","name":"InvalidPreviewFormValues","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client form preview could not be retrieved. Check that the provided values are valid.\",\n  \"errorCode\": \"628\"\n}"},{"id":"04660a2f-970f-43f0-96bb-9a1039b7a497","name":"InvalidClinicOrPreviewContext","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client form preview could not be retrieved. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"2732ad11-09c4-4f66-ac5a-ccc52c381ee0","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/form/{{formID}}/preview?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","form","{{formID}}","preview"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nClient identifier."},{"key":"formID","value":"1","description":"**Required** | Type: `integer`\n\nForm identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"29a1a344-3a22-4350-ac49-c2fc6828385a"}],"id":"f17ae25d-14a2-4da6-8b39-3f78414b1f60","description":"<p>Client medical form and consent document endpoints.</p>\n","_postman_id":"f17ae25d-14a2-4da6-8b39-3f78414b1f60"},{"name":"History","item":[{"name":"Add a Marketing Conversion to a Client","id":"e4a900ce-f219-4c13-adfa-4677c80f730f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a new marketing conversion to a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - new conversion - Add a new manual customer conversion</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClientDate</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Manual conversion date in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>ClientRefererID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Referer identifier assigned to the manual conversion.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","history"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"ed53df5b-ce6e-4fa5-9886-868fde1c2c07","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0bc72927-4564-4a42-9e63-2b0d65902f90","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9f2ee444-9e99-4ffc-9d86-b5d4b4fe165b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"185aa5d1-cca9-4f7d-87c9-0662161193d5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ee26b055-6a69-4450-9eca-3e385516ca59","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/history\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"3fe9f199-129c-4c82-a9b1-c0a52a312359","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"832c7a35-7c8d-4cbe-a517-138299dc3bd4","name":"ClientDate required validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientDate\",\n  \"message\": \"ClientDate is required.\"\n}"},{"id":"d3d32a6c-0f8d-47cf-b4fd-0ad6f4f4fd21","name":"ClientDate format validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientDate\",\n  \"message\": \"ClientDate must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"90389df0-e945-4f2b-91fd-ab9564dd4546","name":"ClientDate future date validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientDate\",\n  \"message\": \"ClientDate cannot be later than today.\"\n}"},{"id":"0af8b6d8-efd6-4439-b023-3d5f41ace479","name":"InvalidClientRefererConversionData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client manual conversion could not be added. Check that the provided data is valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"e1618e56-1825-4d44-95c8-f40cea3963ce","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientDate\": \"24/04/2026\",\n  \"ClientRefererID\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientDate` | `string` | ✅ Yes | Manual conversion date in dd/MM/yyyy format. |\n| `ClientRefererID` | `integer` | ✅ Yes | Referer identifier assigned to the manual conversion. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e4a900ce-f219-4c13-adfa-4677c80f730f"},{"name":"Get Client's Activity History","id":"6475f1c6-5fe6-4156-84d7-c96f12e01d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the legacy client history view using the provided search and filtering fields.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - History - List - client's history</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","history"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Optional search text used to filter the client history.</p>\n","type":"text/plain"},"key":"clientSearchText","value":"laser"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Optional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.</p>\n","type":"text/plain"},"key":"clientSearchType","value":"S"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"8520","key":"clientID"}]}},"response":[{"id":"f4735625-91a0-416c-8044-7b6c3f8f2795","name":"Client history retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AppointmentID\": 1,\n    \"AppointmentDate\": \"02/10/2020\",\n    \"AppointmentReservationCode\": \"\",\n    \"AppointmentStart\": \"08:30\",\n    \"AppointmentEnd\": \"08:45\",\n    \"AppointmentCode\": \"YOGA\",\n    \"AppointmentDescription\": \"Yoga\",\n    \"ClinicName\": \"Nombre Centro\",\n    \"AppointmentPackDescription\": \"\",\n    \"AppointmentConfirmed\": 0\n  },\n  {\n    \"AppointmentID\": 2,\n    \"AppointmentDate\": \"02/10/2020\",\n    \"AppointmentReservationCode\": \"\",\n    \"AppointmentStart\": \"09:15\",\n    \"AppointmentEnd\": \"09:30\",\n    \"AppointmentCode\": \"YOGA\",\n    \"AppointmentDescription\": \"Yoga\",\n    \"ClinicName\": \"Nombre Centro\",\n    \"AppointmentPackDescription\": \"\",\n    \"AppointmentConfirmed\": 0\n  }\n]"},{"id":"798095f5-4287-4844-834f-51a5948e5da0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ccfbee72-c6f0-483f-ad5b-9b2f313cdd6e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b0a2e70f-88da-4a1e-81fa-50ff90e8ec8a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"34834b83-37c1-40c0-b7fe-412c7b5e5fc6","name":"No client found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error finding the client. Check that the client ID is correct.\",\n  \"errorCode\": \"11\"\n}"},{"id":"b8cf8a39-36c5-47e1-a586-9be5dcb84a8c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f12b23b0-ae01-4891-b287-19914724f9b6","name":"InvalidClientHistoryRequest","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client history could not be loaded. Check that clinicID and the provided filters are informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"28cc3ddf-20c3-443e-bd4d-44960470caf5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"bcd0230f-052c-494a-aa07-10d9cb573540","name":"ClientHistoryNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No client history entries found for the provided criteria.\"\n}"},{"id":"1bf1f7c4-e5a1-480c-bfd6-8ed1185c6353","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/history?server={{server}}&systemkey={{systemkey}}&clientSearchText=laser&clientSearchType=S&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nOptional search text used to filter the client history.","key":"clientSearchText","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nOptional history filter. Use S to search services, P to search products, and any other value or omission to search all services and products.","key":"clientSearchType","value":"S","x-postman-displayValue":"S"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/history\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6475f1c6-5fe6-4156-84d7-c96f12e01d3a"}],"id":"ef5c9668-4f1f-4b2c-9800-70ea331af6ca","description":"<p>Client / History endpoints.</p>\n","_postman_id":"ef5c9668-4f1f-4b2c-9800-70ea331af6ca"},{"name":"Merge","item":[{"name":"List Client Merge Candidates","id":"8d3af283-af4c-48a2-8ab4-96f90fafd323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}","description":"<p>Displays the list of clients with whom a client from the App can be merged.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Client consolidation - List - Display the list of clients to which a client originating from the App can be merged to</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","merge"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID.</p>\n","type":"text/plain"},"type":"any","value":"13223333","key":"clientID"}]}},"response":[{"id":"73a06b6f-61a0-4369-86a3-aeedefb64e67","name":"List of candidates found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClientMergeName\": \"Gregor Mendel\",\n  \"ClientMergeSex\": \"M\",\n  \"ClientMergePhone\": \"610000000\",\n  \"ClientMergeEmail\": \"t.alva@gmail.com\"\n}"},{"id":"88626d27-3367-4c72-a885-7dabb6a71d7b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9a5e51eb-fecc-47fd-a138-63b044e427a3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c6458db1-4737-47c5-ba19-c9382919915a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b4bdef7f-ca26-4f11-9060-f76225a2c6c9","name":"The provided client does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The provided client does not exist\",\n  \"errorCode\": \"404\"\n}"},{"id":"978510c7-35c1-4950-80cf-d801fd7fec5f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a3a211ba-76bf-4990-a7c0-171eb6bfaa34","name":"InvalidClinicOrMergeContext","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unable to retrieve merge candidates. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"12f308fc-492e-4be5-9aa6-5387fcc066e1","name":"InvalidClient","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The provided client is invalid.\",\n  \"errorCode\": \"408\"\n}"},{"id":"119d1f7a-32f0-4df5-9ee7-1de3aa6e0216","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"6985789e-d5e0-4fa7-ba6a-e7f2a3da8c07","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13223333","description":"**Required** | Type: `integer`\n\nClient ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/merge\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"8d3af283-af4c-48a2-8ab4-96f90fafd323"},{"name":"Merge Client","id":"c9718c9f-9500-4f07-9a12-f895d2a21ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates the client as a new independent client in Flowww instead of merging them with an existing one.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Client consolidation - New client - The App client will become a new FLOWww client</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","merge"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID (temporary/app) to be consolidated as new.</p>\n","type":"text/plain"},"type":"any","value":"11","key":"clientID"}]}},"response":[{"id":"a7a153a4-fb36-483b-83ac-5c100c9cdad5","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"afec0cce-8845-43ea-9966-fbb166ebad46","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4e21f3c1-7871-4c8d-ac65-9f76f4889c3b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f3cbe397-b85f-4055-9607-13bfe87d15c1","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a05678f5-a9f3-418c-9158-9898459ab408","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/merge\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"29081a06-5333-4d0e-8e1a-92d5aa89bcb3","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a58cf7be-7b7c-49c2-8f39-7238a73650b9","name":"InvalidClinicOrMergeContext","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client could not be merged. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"618c57cd-0b9e-4bff-b55e-c4aa98bff3ac","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nClient ID (temporary/app) to be consolidated as new."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"c9718c9f-9500-4f07-9a12-f895d2a21ed6"},{"name":"Merge Clients","id":"3e239a40-bb18-4f38-94b3-21fcf7fde920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Merges another client's data into the selected client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clients - Consolidate - Merge the data of another client with the data we have selected</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","merge","{{clientMergeID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Selected client ID that will receive the merged data.</p>\n","type":"text/plain"},"type":"any","value":"11","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID to consolidate into the selected client.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"clientMergeID"}]}},"response":[{"id":"bc02a745-d1bb-4652-a5c4-c91815f50ff9","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d16031a4-b190-4b36-8f54-a026878b529f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"53af8a5b-25bc-4561-9098-632eb98483dc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"18d6a49e-e8df-49c6-9bc7-a5ae57eaf632","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8bb3c073-ab2a-48d0-8b50-eb9235ec50f6","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/merge/%7B%7BclientMergeID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e7a11cbe-91a1-4c72-9991-577c13e63797","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"cac21ec7-cbf9-4433-a103-3ad734f73fa9","name":"InvalidClinicOrMergeContext","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client could not be merged. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"4dc8e8a1-33e2-4c30-8530-ba1ea5a37f44","name":"InvalidMergeClientID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client could not be merged. Check that the client ID is valid.\",\n  \"errorCode\": \"105\"\n}"},{"id":"cba13874-63e0-4b4c-961c-99bdc7763b2f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/merge/{{clientMergeID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","merge","{{clientMergeID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"11","description":"**Required** | Type: `integer`\n\nSelected client ID that will receive the merged data."},{"key":"clientMergeID","value":"12","description":"**Required** | Type: `integer`\n\nClient ID to consolidate into the selected client."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3e239a40-bb18-4f38-94b3-21fcf7fde920"}],"id":"73446175-1ebc-4c93-b08d-b7ce51382b58","description":"<p>Client merge and duplicate consolidation endpoints.</p>\n","_postman_id":"73446175-1ebc-4c93-b08d-b7ce51382b58"},{"name":"Points","item":[{"name":"Add Promotional Points to a Client","id":"ce04d3eb-fb3e-4f8f-b505-6a786d2b6086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}","description":"<p>Manually adds a point movement to a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Points Program - Create manual movement - Add manually the fluctuation of a client's points</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClientPoints</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Number of points to add to the client movement history. Use a negative value to subtract points.</td>\n</tr>\n<tr>\n<td><code>ClientNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Notes about the manual point movement.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","points"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"22ff3683-9ef8-4fa2-a09f-5a1694f91754","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5c49e5a9-5b83-44f6-a42a-78dc22e7fa4c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4cfd2cb7-0d29-4232-86aa-a47541967a3c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"373d091e-5eb5-4f75-8460-345742887956","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b9c236b0-beaf-4034-a474-db2ab3f2d06d","name":"Client not found for the manual point movement.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding client point movement. Check that the data provided is correct.\",\n  \"errorCode\": \"256\"\n}"},{"id":"bb01a054-c995-410b-a8ad-9b92c66062a2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6ca1512e-5e66-4431-a8cd-376859b4157d","name":"MissingClientOrClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Client ID or clinic ID is missing or invalid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"62cbdcea-33d0-484a-9167-3c8aa2b3ade1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"e3cf300a-cb1a-4603-b283-43693d5f55eb","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientPoints\": 20,\n  \"ClientNotes\": \"Manual adjustment from back office.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientPoints` | `integer` | ✅ Yes | Number of points to add to the client movement history. Use a negative value to subtract points. |\n| `ClientNotes` | `string` | ❌ No | Notes about the manual point movement. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/points\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"ce04d3eb-fb3e-4f8f-b505-6a786d2b6086"},{"name":"List Client's Promotional Point Movements","id":"2685e802-c4ad-456e-a4f2-efffbf030a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the current point balance and point movement history for a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Points Program - See history - History of the fluctuation of a client's points</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","points"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"61609d4f-06af-4267-b838-fc45fda48dd9","name":"Client points movement history successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"CurrencySymbol\": \"€\",\n  \"ClientPoints\": 2.685,\n  \"ClientExpiryPoints\": \"\",\n  \"ClientCredit\": \"268,50\",\n  \"PointRanges\": [\n    {\n      \"Points\": 1,\n      \"Amount\": \"0,10\",\n      \"NumRanges\": 2685\n    }\n  ],\n  \"Movements\": [\n    {\n      \"ClinicName\": \"000001 - Nombre Centro\",\n      \"Date\": \"24/04/2026\",\n      \"Time\": \"15:20\",\n      \"TicketNumber\": 24,\n      \"Amount\": -20,\n      \"TicketGID\": 33,\n      \"Notes\": \"\",\n      \"ExpiryDate\": \"\",\n      \"IsCreditNote\": -1\n    },\n    {\n      \"ClinicName\": \"000001 - Nombre Centro\",\n      \"Date\": \"24/04/2026\",\n      \"Time\": \"15:10\",\n      \"TicketNumber\": 25,\n      \"Amount\": -17,\n      \"TicketGID\": 34,\n      \"Notes\": \"\",\n      \"ExpiryDate\": \"\",\n      \"IsCreditNote\": -1\n    },\n    {\n      \"ClinicName\": \"000001 - Nombre Centro\",\n      \"Date\": \"15/03/2023\",\n      \"Time\": \"21:11\",\n      \"TicketNumber\": \"\",\n      \"Amount\": 20,\n      \"TicketGID\": \"\",\n      \"Notes\": \"\",\n      \"ExpiryDate\": \"14/03/2024\",\n      \"IsCreditNote\": \"\"\n    }\n  ]\n}"},{"id":"6c9d0abc-d11d-4c0a-b87e-996ae06ccf55","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"13c3421a-74eb-4a63-9a5b-51d118387240","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a512b3a7-880d-43e4-a541-27951268d679","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"24c7d9cd-6bd3-4f87-9126-8b4cc206ca5c","name":"No point movements found for the client.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No point movements found. Check that the client ID is correct.\"\n}"},{"id":"89e310ef-adf7-4445-8f31-17ca42012782","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d6e7cd60-101c-4310-a6c0-634e9f89443a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d6c0be54-47f6-42f1-9cab-09cb0ef4b9c3","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/points?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","points"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/points\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"2685e802-c4ad-456e-a4f2-efffbf030a0d"}],"id":"9b9ec70d-f1fb-461a-9fc5-62c24da21d54","description":"<p>Client / Points endpoints.</p>\n","_postman_id":"9b9ec70d-f1fb-461a-9fc5-62c24da21d54"},{"name":"Prescription","item":[{"name":"Create New Medical History","id":"8a46aeca-cde8-4dc3-b92b-f1237411a36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new medical history or prescription record for a specific client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - Create - Create a new medical record for a client</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PrescriptionLaserGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Treatment ID.</td>\n</tr>\n<tr>\n<td><code>PrescriptionLText</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Treatment notes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"a9df3538-3156-42a1-8ee8-4a65d61ab670","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6ffe16b1-c614-4b17-aec3-ac687475af94","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a2a96b36-6f05-45ba-b737-a8bd472a09cc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f4bb9abc-e76a-460f-8aae-291df933ed20","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a7c4fcf4-b25f-4a74-9079-036f484128a9","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"89204857-1242-45fa-9163-b03bc3b9cf77","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0bf19d97-a00f-4e2a-a359-bf4ce55c8504","name":"InvalidClinicOrClient","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The prescription could not be created. Check that clientID is valid and clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"e9a12956-1282-47af-b6a9-64e38ad277b8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"Review after session with favorable progress.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"8a46aeca-cde8-4dc3-b92b-f1237411a36b"},{"name":"Delete Medical History","id":"b6c8f170-d7bd-4464-8cd6-4648ff388643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Delete a specific prescription or medical record for a client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - Delete - Delete a client's medical record</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Prescription or medical history ID</p>\n","type":"text/plain"},"type":"any","value":"7421","key":"prescriptionID"}]}},"response":[{"id":"0927a1e4-2320-41ea-8a89-9d407246c906","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9f25eae5-28ae-4ce5-a93d-f00bf2b33a01","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"09dfad01-c6ff-4d84-a4d8-18fb7c1703a6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1ffef9ec-694b-41f7-87bc-32b7c6bd2b90","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9b9db218-327e-40a4-bd11-55d0fa829bae","name":"The prescription could not be deleted.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The prescription could not be deleted.\",\n  \"errorCode\": \"163\"\n}"},{"id":"8e3cc241-ca12-4482-897a-3ba8d05c13c1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6d71de84-a281-45c2-9de3-b3c8741ddc03","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The medical history could not be deleted. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"30f1a362-1133-4b6b-af99-776a04c849ae","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"170ecc09-13b6-4edf-adb1-aae349b8f3cb","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription/%7B%7BprescriptionID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"b6c8f170-d7bd-4464-8cd6-4648ff388643"},{"name":"Load Client Sessions for History","id":"149bd9b0-c24f-4eba-a156-ae1fef199d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Retrieve a client's session list to populate selectors when creating or viewing a clinical history.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - Load sessions - When creating a clinical history or viewing an existing clinical history, load the sessions of that client in the drop-down list</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID</p>\n","type":"text/plain"},"type":"any","value":"8520","key":"clientID"}]}},"response":[{"id":"959a0789-a557-41b9-9f67-47a93972d44b","name":"Session list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PrescriptionID\": \"38\",\n    \"PrescriptionName\": \"13/01/2026 - TCD\"\n  }\n]"},{"id":"982a73f4-75c9-475c-bdeb-aae495ec16ba","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"bc491d62-215a-47e2-bd30-a1fcd7ec26bd","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c4909145-99f4-4ba3-8fdd-c40cb6c6a77b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"7782449f-e176-45ae-a9a1-51e171c65a5d","name":"No prescription data found for this customer.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No prescription found.\"\n}"},{"id":"89bb62b2-c4b0-4a3d-95a6-1428b3fad7f1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4ab5ef93-fdc9-4586-8627-2a2d0f51bfb3","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client sessions could not be loaded. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"96924e6e-4b8d-454a-bc01-e53e1dc1134d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"06a15857-b6ec-4e76-a83d-7d284ea6b5ff","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"149bd9b0-c24f-4eba-a156-ae1fef199d43"},{"name":"Modify Medical History","id":"c7004089-1606-4e4f-9804-d52e9ce9b786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modify the data of an existing client's medical record or prescription.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - Save - Modify a client's medical record</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PrescriptionLaserGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Treatment ID.</td>\n</tr>\n<tr>\n<td><code>PrescriptionLText</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Treatment notes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Prescription ID</p>\n","type":"text/plain"},"type":"any","value":"7421","key":"prescriptionID"}]}},"response":[{"id":"f1474d55-e40f-433b-b42b-08b673ef6ebf","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6afb34ab-a7ec-4f60-8b41-b6893d3bf7f9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"483d5852-9ab0-43ba-ba47-37a3da8f8280","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"07bf570e-01cf-412a-b82f-2e7b07b67633","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b0323508-72b8-4151-b67d-5ec036757c55","name":"No prescription found. Check the IDs.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No prescription data found for this customer.\"\n}"},{"id":"a30b6017-4b4a-4e7a-979c-66c679cc4df0","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a9035112-e24d-4454-972c-e7dcabfbb1d6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"3108d33d-4e0b-4feb-8f88-2adae2747e7f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PrescriptionLText\": \"The patient shows good progress, hydration is recommended.\",\n  \"PrescriptionLaserGID\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PrescriptionLaserGID` | `integer` | ❌ No | Treatment ID. |\n| `PrescriptionLText` | `string` | ✅ Yes | Treatment notes |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription/%7B%7BprescriptionID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"c7004089-1606-4e4f-9804-d52e9ce9b786"},{"name":"Print Medical History","id":"23a57a0d-5f40-4a21-8c25-a3ba4a58c18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the URL for printing or viewing a specific medical record.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - Print - Print a client's medical record</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Prescription or medical history ID</p>\n","type":"text/plain"},"type":"any","value":"7421","key":"prescriptionID"}]}},"response":[{"id":"2fb71f21-0ab4-4fba-a1fe-864f07c4b799","name":"Print URL successfully generated.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"PrescriptionURL\": \"https://xxyy.flowww.net/117873/tmp/314399890egmjvu2n.k2s.asp?pid=2\"\n}"},{"id":"aed1293e-ba93-4183-a336-3ab2c20c6bd7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b254e9ec-f760-42a5-98e2-ed4448508344","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"adef4007-1b29-427c-8f6f-2f69d5daf45b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"bd10fd28-9fa1-4f79-880f-9a5bbd2b3582","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription/%7B%7BprescriptionID%7D%7D/print\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"fe3fa4fc-6834-42ab-9861-8644babfcb3b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"10d4ebfc-9256-4848-a89b-a5a87d627a16","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The medical history could not be printed. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"4e0b7b0b-e34b-429c-9c3f-a75700950b47","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"7421","description":"**Required** | Type: `integer`\n\nPrescription or medical history ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"23a57a0d-5f40-4a21-8c25-a3ba4a58c18b"},{"name":"Print Medical History List","id":"4747de06-c3de-4ca7-b49f-cfe14535cb77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}","description":"<p>Generates a URL to download or print a list of selected client medical records.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - Print listing - Print list of medical history of a client</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Optional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.</p>\n","type":"text/plain"},"key":"prescriptionListID","value":"58,59,60"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"11fed32c-56db-4bfb-b405-a1522abc413c","name":"Print URL successfully generated.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"PrescriptionURL\": \"https://xxyy.flowww.net/117873/tmp/314399890egmjvu2n.k2s.asp?pid=2\"\n}"},{"id":"9356af3e-6060-4dac-b190-d077320fabc1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"34867a08-5684-4cca-b344-992a56955d24","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3055913c-2944-4e04-9e60-43a98c0e578f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9d3a08c6-abe5-4014-8e72-15c427495abf","name":"No medical history found to print.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No medical history found to print.\"\n}"},{"id":"444d8390-804b-4312-a2fd-ff69c059308a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e65af139-b0f8-4b08-a5b8-5b8a369de280","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The medical history list could not be printed. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"29607b99-f4cc-4550-8fc1-9e464e01550f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"69374741-bb56-41a9-aa22-cc5933fe78b5","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&prescriptionListID=58,59,60","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nOptional comma-separated IDs of the prescriptions to print. If omitted, all prescriptions from the client history are printed.","key":"prescriptionListID","value":"58,59,60","x-postman-displayValue":"58,59,60"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription/print\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"4747de06-c3de-4ca7-b49f-cfe14535cb77"},{"name":"Show Medical History Data","id":"75fed798-86b5-447d-9242-77d551487cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Loads the specific data of a clinical history and the list of available sessions for the associated client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - See - Shows the data of the medical history of a client</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Prescription ID</p>\n","type":"text/plain"},"type":"any","value":"2","key":"prescriptionID"}]}},"response":[{"id":"9a67a55b-80c2-4b11-bde7-98104b9d6b4d","name":"Medical history data loaded successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"PrescriptionList\": [\n    {\n      \"PrescriptionID\": \"38\",\n      \"PrescriptionName\": \"13/01/2026 - TCD\"\n    }\n  ],\n  \"laserGID\": 0,\n  \"PrescriptionDate\": \"18/03/2026\",\n  \"PrescriptionText\": \"Inicio de tratamiento. Piel tipo II, se procede con parametros estandar.\"\n}"},{"id":"0984f26a-eba3-454b-a9df-06baf5b4f45a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"78c6f290-fd7e-49d1-9035-ea5a826a1fa8","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d4fab4e1-e16d-4bde-a7b0-15d30c35c5eb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"38109cd1-3e00-4c5a-a02f-659cdbe4d462","name":"No prescription found. Check the IDs.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No prescription data found for this customer.\"\n}"},{"id":"e0cbb8e8-ae4f-44e6-b576-267c34cb3487","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6ddc0fd5-d4c4-43aa-8d69-a1c8a580d480","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The medical history could not be loaded. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"f00f83e2-6374-4f21-ae46-f3071b50fcbb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"97152866-0d2f-4666-87a4-b9c421fa1235","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/{{prescriptionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","{{prescriptionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"prescriptionID","value":"2","description":"**Required** | Type: `integer`\n\nPrescription ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription/%7B%7BprescriptionID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"75fed798-86b5-447d-9242-77d551487cc5"},{"name":"View Medical History List","id":"b9281ee2-5fd6-469c-95be-e2e23a10e337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieve a client's detailed clinical history, including notes, services, and appointments.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clinical History - List - View the list of a client's medical history</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","prescription","history"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Treatment ID to filter the history</p>\n","type":"text/plain"},"key":"laserGID","value":"0"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID</p>\n","type":"text/plain"},"type":"any","value":"8520","key":"clientID"}]}},"response":[{"id":"a361a862-aade-4553-8cd2-68919f2f3c10","name":"Medical history retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"PrescriptionHistory\": [\n    {\n      \"HistoryDate\": \"22/04/2026\",\n      \"HistoryIsEditable\": false,\n      \"HistoryAppointments\": [\n        {\n          \"AppointmentID\": \"0\",\n          \"AppointmentAnnotations\": [\n            {\n              \"AnnotationID\": \"80\",\n              \"AnnotationLaserGID\": 0,\n              \"AnnotationText\": \"The patient shows good progress, hydration is recommended.\"\n            },\n            {\n              \"AnnotationID\": \"82\",\n              \"AnnotationLaserGID\": 0,\n              \"AnnotationText\": \"Review after session with favorable progress.\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"HistoryDate\": \"13/04/2026\",\n      \"HistoryIsEditable\": true,\n      \"HistoryAppointments\": [\n        {\n          \"AppointmentID\": \"0\",\n          \"AppointmentAnnotations\": [\n            {\n              \"AnnotationID\": \"14\",\n              \"AnnotationLaserGID\": 0,\n              \"AnnotationText\": \"hola\"\n            },\n            {\n              \"AnnotationID\": \"13\",\n              \"AnnotationLaserGID\": 0,\n              \"AnnotationText\": \"hola\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"HistoryDate\": \"30/03/2026\",\n      \"HistoryIsEditable\": true,\n      \"HistoryAppointments\": [\n        {\n          \"AppointmentID\": \"0\",\n          \"AppointmentAnnotations\": [\n            {\n              \"AnnotationID\": \"6\",\n              \"AnnotationLaserGID\": 0,\n              \"AnnotationText\": \"El paciente presenta buena evolucion, se recomienda hidratacion.\"\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"PinnedFormsList\": []\n}"},{"id":"e265d2ea-5f21-4fe9-9d2a-aad95453ed3a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1c00753e-e2b2-42a2-880b-35ac14b32e5f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6ff35a13-8d28-4997-91b4-b0c20b292114","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"bf85782c-ea85-4639-b29a-a2830d4b04cc","name":"No prescription found. Check the IDs.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No prescription data found for this customer.\"\n}"},{"id":"89855a5e-9896-43f0-9031-767caae0d69e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"59e48a37-af83-4b97-a2b2-dab2aaf08ef3","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The medical history list could not be loaded. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"69a39f42-c26a-45af-88ea-e886f7e80689","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d30a1699-3a44-4a6f-94c0-0c3dabb8a560","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/prescription/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&laserGID=0","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","prescription","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nTreatment ID to filter the history","key":"laserGID","value":"0","x-postman-displayValue":"0"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nClient ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/prescription/history\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"b9281ee2-5fd6-469c-95be-e2e23a10e337"}],"id":"2450e39b-104b-42ed-9d34-bbfaa404a15f","description":"<p>Client medical history and prescription endpoints.</p>\n","_postman_id":"2450e39b-104b-42ed-9d34-bbfaa404a15f"},{"name":"RGPD","item":[{"name":"List Commercial Communications History","id":"cd8d10ba-7555-43db-8076-29d94d2e7303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the commercial communications history for a specific client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - History of commercial communications - See history of commercial communications</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","rgpd"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the client whose commercial communications history will be retrieved.</p>\n","type":"text/plain"},"type":"any","value":"8520","key":"clientID"}]}},"response":[{"id":"4589087e-8656-4945-8485-d1fa0f4ec7b1","name":"Commercial communications history retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"IpAddress\": \"10.0.0.6\",\n    \"Date\": \"11/05/2026\",\n    \"Time\": 656,\n    \"Origin\": \"FLOWww\",\n    \"Action\": 0\n  }\n]"},{"id":"f1a7438e-00f1-44e3-8d4f-114873951f3d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b701d4e2-b497-44d9-bca9-ad954d6feffe","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5feb393f-f1bf-47fb-8f7f-aab72eca939e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"389a01c5-e6a1-4a48-82c4-89ced3e2fdc2","name":"No commercial communications history found for this client.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No commercial communications history found for this client.\"\n}"},{"id":"8402c598-ed18-46c6-877b-f10b49b6d7c8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0d729579-f4af-4e4f-874a-b97771f19d47","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"6d5086c1-00d3-4002-b30a-54aa222043e4","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/rgpd?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","rgpd"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"8520","description":"**Required** | Type: `integer`\n\nUnique identifier of the client whose commercial communications history will be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/rgpd\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"cd8d10ba-7555-43db-8076-29d94d2e7303"}],"id":"c028426f-7fc5-4c6d-80e6-ba06f45037b0","description":"<p>Client / Rgpd endpoints.</p>\n","_postman_id":"c028426f-7fc5-4c6d-80e6-ba06f45037b0"},{"name":"Voucher","item":[{"name":"Close Voucher","id":"3c44439b-d87e-4b5a-87cd-9c33377c0891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Closes the selected voucher by its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Close bonuses - Change bonus status to closed</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the bonus to be closed.</p>\n","type":"text/plain"},"type":"any","value":"17","key":"voucherID"}]}},"response":[{"id":"6b6bdb2a-7193-467c-9298-ed63a1093db7","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"82c6f393-b30d-4551-9f5d-75b6553ecd8d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2eb1ac5b-ca0e-4eea-adb2-7561939c91ff","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ad207462-fad9-4477-8d75-60030a257871","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0823eea1-78ea-4299-b6b7-e613b2289221","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"db59a305-bf78-464a-bb31-e4c06477ef16","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6c73379a-93ba-415a-a891-8682d97a4d4e","name":"ClosingError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Could not close the voucher. Check the ID and the current status.\",\n  \"ErrorCode\": \"589\"\n}"},{"id":"4737cac5-408c-46a9-97a6-01dd9d5e6834","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be closed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3c44439b-d87e-4b5a-87cd-9c33377c0891"},{"name":"Create a New Voucher","id":"8b3db1af-bef2-4eb4-a5c1-dfbe6130a7b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Registers a new voucher for a specific client, linking it to a product and defining its initial conditions (availability, price, and expiration).</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Create - Create a new voucher</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VoucherProductID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>ID of the product/service that makes up the voucher.</td>\n</tr>\n<tr>\n<td><code>VoucherDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Voucher issuance date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>VoucherAvailable</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Indicates whether the voucher is created as available (1) or not (0).</td>\n</tr>\n<tr>\n<td><code>VoucherUsed</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Indicates whether the voucher is marked as used (typically 0 upon creation).</td>\n</tr>\n<tr>\n<td><code>VoucherPrice</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Price assigned to the voucher.</td>\n</tr>\n<tr>\n<td><code>VoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Voucher expiration date (dd/MM/yyyy).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"ee799afa-e774-4c63-b0e2-9e31d91e1d79","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b66ea714-dfa6-4a36-bde9-27aa82a9c81d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"93bd30c2-768f-4cfb-bce9-446f7039c42d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"161f0f40-57ce-42ee-b2c4-148a4b3c00ad","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6a8cfaa8-8d7c-4389-9df2-f59b69515d3f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"4645fefa-f125-4879-8b6b-8b0ea2b8f17a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"36cb0263-9944-4c4e-abaa-aa0d224aba35","name":"VoucherExpiryDate format validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"VoucherExpiryDate\",\n  \"message\": \"VoucherExpiryDate must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"aa3cb1c5-3175-40b5-8212-6bc8314cd497","name":"VoucherExpiryDate past date validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"VoucherExpiryDate\",\n  \"message\": \"VoucherExpiryDate cannot be earlier than today.\"\n}"},{"id":"70402ef4-7365-4158-bd0c-a9735652504f","name":"VoucherExpiryDate required validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"VoucherExpiryDate\",\n  \"message\": \"VoucherExpiryDate is required.\"\n}"},{"id":"59e36543-a074-4d90-b433-865282385b45","name":"InvalidVoucherParameterValues","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher could not be created. Check that the submitted values are valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"48d8e23c-80f3-469a-b85c-4f0e1ac0725a","name":"VoucherError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"The voucher could not be created. Voucher data.\",\n  \"ErrorCode\": \"567\"\n}"},{"id":"7eefcbc8-f590-42a5-b826-ace2421398d5","name":"CreationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorCode\": \"46\"\n}"},{"id":"823a42fd-b242-4c76-8c29-b56bdc29ba4c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherAvailable\": 1,\n  \"VoucherPrice\": 50.0,\n  \"VoucherProductID\": 105,\n  \"VoucherUsed\": 0,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherExpiryDate\": \"16/02/2027\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ✅ Yes | ID of the product/service that makes up the voucher. |\n| `VoucherDate` | `string (date)` | ❌ No | Voucher issuance date (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ✅ Yes | Indicates whether the voucher is created as available (1) or not (0). |\n| `VoucherUsed` | `integer` | ✅ Yes | Indicates whether the voucher is marked as used (typically 0 upon creation). |\n| `VoucherPrice` | `number (double)` | ✅ Yes | Price assigned to the voucher. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | Voucher expiration date (dd/MM/yyyy). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"8b3db1af-bef2-4eb4-a5c1-dfbe6130a7b2"},{"name":"Edit Voucher","id":"e7e69786-e092-4660-9d39-a51c70058532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the data of an existing voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Save - Save the details of a voucher</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VoucherProductID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product associated with the bonus.</td>\n</tr>\n<tr>\n<td><code>VoucherDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Original creation date of the bonus (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>VoucherAvailable</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Voucher unit quantity.</td>\n</tr>\n<tr>\n<td><code>VoucherUsed</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Used voucher unit quantity.</td>\n</tr>\n<tr>\n<td><code>VoucherPrice</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>New price or migrated price of the bonus.</td>\n</tr>\n<tr>\n<td><code>VoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>New expiration date of the bonus (dd/MM/yyyy).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the bonus to be edited.</p>\n","type":"text/plain"},"type":"any","value":"17","key":"voucherID"}]}},"response":[{"id":"c51aba8c-43ea-45db-9acd-76f5c72d8841","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a9362ffe-47c4-471d-ab17-54022450edfb","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e8d0355f-864a-40db-bdd4-1a78b93c3bc0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"472c6d84-1bd3-44c1-b8a6-a53b72cda2dc","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5f302597-ec5d-4869-b63c-2ebfaec23a93","name":"The voucher does not exist or the ID is incorrect.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error loading the voucher, check that the ID is correct\",\n  \"ErrorCode\": \"44\"\n}"},{"id":"d41723d8-cd1e-48b3-a59f-2da1616ecacb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"30e72426-bcbf-4a2f-bf4d-75eb56bf3265","name":"InvalidClinicOrVoucherData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher could not be updated. Check that clinicID is informed correctly and that the submitted values are valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"bc226b19-4033-4911-8d61-97550fc0d39e","name":"InvalidClinicId","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher could not be updated. Check that clinicID is valid.\",\n  \"errorCode\": \"714\"\n}"},{"id":"6071f42e-df89-439d-b6e0-dcb9a3a4d9fd","name":"ValidationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error saving the voucher data. Check the fields.\",\n  \"ErrorCode\": \"567\"\n}"},{"id":"97bfa6a5-b0d6-4279-8331-2990620b69a9","name":"ValidationError2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher could not be updated. Check that the submitted values are valid.\",\n  \"errorCode\": \"567\"\n}"},{"id":"d49fafbe-74ca-47bb-ac1e-ea031a45bfb3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"db6739a7-3b40-4106-82ef-119ea2c5104b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"16/02/2026\",\n  \"VoucherAvailable\": 10,\n  \"VoucherUsed\": 0,\n  \"VoucherPrice\": 45.0,\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherProductID` | `integer` | ❌ No | ID of the product associated with the bonus. |\n| `VoucherDate` | `string (date)` | ❌ No | Original creation date of the bonus (dd/MM/yyyy). |\n| `VoucherAvailable` | `integer` | ❌ No | Voucher unit quantity. |\n| `VoucherUsed` | `integer` | ❌ No | Used voucher unit quantity. |\n| `VoucherPrice` | `number (double)` | ❌ No | New price or migrated price of the bonus. |\n| `VoucherExpiryDate` | `string (date)` | ❌ No | New expiration date of the bonus (dd/MM/yyyy). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"e7e69786-e092-4660-9d39-a51c70058532"},{"name":"Edit Voucher Expiry Date","id":"f898bb13-0617-4d9b-b4d1-3cbf254666b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates only the expiration date of an existing voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Edit - Allow the expiry date of a voucher to be edited</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>✅ Yes</td>\n<td>New expiration date of the voucher (dd/MM/yyyy).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the bonus for which the expiration is to be changed.</p>\n","type":"text/plain"},"type":"any","value":"17","key":"voucherID"}]}},"response":[{"id":"ad724411-49fb-4f25-ae90-0543463f05c1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"60055d7e-f27d-4a00-9922-58ea5222a0d4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"894086d6-59c2-4a19-9c1f-cef7d7e828d6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"03ded029-05c0-4a12-bfea-5c5675563390","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b228dede-fd4a-47d2-99bc-7b94ab279985","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a02660e8-c1d7-4254-ae42-6acf23a507a6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"05e700c6-4e6b-43f2-b0ec-a34fedc73650","name":"VoucherExpiryDate format validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"VoucherExpiryDate\",\n  \"message\": \"VoucherExpiryDate must be a valid date in dd/MM/yyyy format.\"\n}"},{"id":"bcda00d5-2221-4104-844b-031a41d87c04","name":"VoucherExpiryDate past date validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"VoucherExpiryDate\",\n  \"message\": \"VoucherExpiryDate cannot be earlier than today.\"\n}"},{"id":"c954846b-3171-4012-a40d-260bdd414c7e","name":"VoucherExpiryDate required validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"VoucherExpiryDate\",\n  \"message\": \"VoucherExpiryDate is required.\"\n}"},{"id":"984397d8-4318-45f7-9338-aa21e37709a0","name":"InvalidClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher expiry date could not be updated. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"639398d3-28a8-4c42-b43f-0ddaf7136526","name":"DateError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Could not update the expiration date. Check the format and the voucher ID.\",\n  \"ErrorCode\": \"345\"\n}"},{"id":"5ede398a-293c-4fa1-973e-18f4781b054e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus for which the expiration is to be changed."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherExpiryDate` | `string (date)` | ✅ Yes | New expiration date of the voucher (dd/MM/yyyy). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f898bb13-0617-4d9b-b4d1-3cbf254666b3"},{"name":"Get Voucher","id":"d2d7c84e-b0f4-445f-a2b8-90baa7540f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves current data for a specific voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Edit - Modify the details of a voucher</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the bonus to be queried.</p>\n","type":"text/plain"},"type":"any","value":"17","key":"voucherID"}]}},"response":[{"id":"2090d401-ab21-4f1d-bb68-4303932a7c3d","name":"Voucher data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"VoucherProductID\": 105,\n  \"VoucherDate\": \"17/02/2026\",\n  \"VoucherAvailable\": 1,\n  \"VoucherUsed\": 2,\n  \"VoucherMigratedPrice\": \"20,00\",\n  \"VoucherExpiryDate\": \"31/12/2026\"\n}"},{"id":"67766f90-016b-48e0-89dd-d87b7bec5285","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1e9b01f8-b311-479f-bc59-71e6a44b059f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9f80768a-5389-41d1-964b-c4fc545fa886","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5ba762c6-ac33-441c-b16e-212b0fdfc935","name":"The voucher does not exist or the ID is incorrect.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error loading the voucher, check that the ID is correct\",\n  \"ErrorCode\": \"44\"\n}"},{"id":"f1c4290c-d36e-4941-b7db-eaa43c7bc7a7","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ca2086bd-635d-470a-8c3e-2e159a697052","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"01cdc75b-3202-4a2f-8330-5dd989f627c4","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be queried."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"d2d7c84e-b0f4-445f-a2b8-90baa7540f83"},{"name":"List Client Vouchers","id":"ec5bdf54-8147-4978-9639-8f277128c49a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the client voucher list when voucherID is 0 When voucherID is different from 0, it retrieves the notes of the specified voucher</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - List - See the list of a client's vouchers</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Voucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"voucherID"}]}},"response":[{"id":"6bd4ef1d-1dcd-49bd-8896-72702c5d148e","name":"Voucher response retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"VoucherID\": \"17\",\n    \"VoucherNotes\": \"Adquirido 1 unidad el 11/12/2025 09:35:48 (ClinicID: 2, TicketID: 37). Bono cerrado manualmente el 13/04/2026 09:11:43 (ClinicID: 1, UserID: 237, Disponibles: 1).\",\n    \"VoucherNotRegularized\": 0\n  }\n]"},{"id":"862d8d80-7ee9-471f-be18-2d20ea06ba7c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"aaa73862-0894-4fb2-8274-a403dc073603","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"89058a95-1165-4dab-adde-7dc3d39fc187","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ea2115b8-2772-4884-af6b-63f19ec08f37","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D/notes\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c6e08325-2f25-48e1-9107-f7aa1d2f9b16","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"21e092c7-a466-4fc5-a84c-e1482b1150cb","name":"Response when voucherID is 0 and the flow uses SEC_VOUCHER_SEARCH_FORM.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"VoucherID\": \"17\",\n    \"VoucherDesc\": \"Bono 1s Axilas\",\n    \"VoucherDate\": \"11/12/2025\",\n    \"VoucherAvailable\": 1,\n    \"VoucherUsed\": 0,\n    \"VoucherExpiryDate\": \"\",\n    \"VoucherClosed\": 0,\n    \"VoucherIsFlatRate\": false\n  },\n  {\n    \"VoucherID\": \"43\",\n    \"VoucherDesc\": \"Bono 3 s\",\n    \"VoucherDate\": \"12/02/2026\",\n    \"VoucherAvailable\": 1,\n    \"VoucherUsed\": 1,\n    \"VoucherExpiryDate\": \"11/05/2026\",\n    \"VoucherClosed\": 0,\n    \"VoucherIsFlatRate\": false\n  }\n]"},{"id":"fefa3ec3-0064-4c16-a686-80f623d95119","name":"ClientDoesNotExist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error obtaining the bonus list. Verify the IDs.\",\n  \"ErrorCode\": \"44\"\n}"},{"id":"e1db5ef5-93a4-4328-84f9-696c2de482e0","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/notes?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","notes"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."},{"key":"voucherID","value":"0","description":"**Required** | Type: `integer`\n\nVoucher selector. Use 0 to retrieve the client voucher list; use any other voucher ID to retrieve the notes for that specific voucher."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ec5bdf54-8147-4978-9639-8f277128c49a"},{"name":"Open Voucher","id":"c43e2212-b626-4a1b-bf33-13667c67d8db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Reopens a previously closed voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Open bonuses - Change bonus status to open</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the bonus to be opened.</p>\n","type":"text/plain"},"type":"any","value":"17","key":"voucherID"}]}},"response":[{"id":"ea7c6d0d-9bde-46f5-8031-e4cb84198ff1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a15f218c-634e-4e06-8719-01e9effa5593","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b1ef0f24-5e54-44fc-970a-0dc5a1a654a4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"77295855-af67-4ca9-860f-fcc27d61356a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0796274a-1f9d-4010-ae45-e1d4e7e4c46c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"f459c5d6-8ad1-40e8-a27e-7e03875ebd96","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7e98fdf8-fbf1-48d2-81c3-2ce2b210877e","name":"InvalidVoucherOpenIdentifiers","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher could not be reopened. Check that clientID is valid and clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"5f3dbfa8-41a4-412d-9f53-fb562798c95e","name":"OpeningError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Could not open the voucher. Check the ID, current status, or your permissions de acceso.\",\n  \"ErrorCode\": \"589\"\n}"},{"id":"4bb4dade-372b-49c7-b306-46193e3710b8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the bonus to be opened."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"c43e2212-b626-4a1b-bf33-13667c67d8db"},{"name":"Regularize Voucher Sessions","id":"87cb6474-6be2-46c3-adbb-0c6205b56cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&voucherUnits=1","description":"<p>Allows manual adjustment of a specific voucher's session counter. Used to correct discrepancies in service usage. If 'VoucherRegularize' is specified, all client vouchers will be regularized.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Regularize voucher - Regularize a client's voucher</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Number of sessions of the voucher to be regularized.</p>\n","type":"text/plain"},"key":"voucherUnits","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Source customer ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the voucher to be regularized.</p>\n","type":"text/plain"},"type":"any","value":"17","key":"voucherID"}]}},"response":[{"id":"dc213df3-90fc-4571-97c5-570b4f0afb54","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1079cbb0-dee1-4b33-b1cb-f2423173e37b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ac9eaecd-cc03-4b04-9b1d-9fdce797b6db","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a60adaf1-53c2-41b7-9e17-df8cec10439e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8ac36ecb-1247-454e-9752-cef9a24948b8","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D/regularize\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"40582cb7-c51f-42f5-8b57-a8eeca13bcd6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"03c13b50-f438-45c6-827b-217ca516669f","name":"InvalidVoucherRegularizeClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher sessions could not be regularized. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"cb2ab0dd-b621-4261-8ca7-fed9f9f38840","name":"RegularizationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error regularizing the voucher.\",\n  \"ErrorCode\": \"146\"\n}"},{"id":"8a807821-4586-478a-95a4-bd48dd4ef863","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/regularize?server={{server}}&systemkey={{systemkey}}&clinicID=1&voucherUnits=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","regularize"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nNumber of sessions of the voucher to be regularized.","key":"voucherUnits","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID."},{"key":"voucherID","value":"17","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher to be regularized."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"87cb6474-6be2-46c3-adbb-0c6205b56cc2"},{"name":"Subtract Voucher Uses","id":"21a299ee-e8fb-45d1-b1f0-bc9b1f0de889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Subtracts a specific number of units or sessions from an existing voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Discount use - Take away the use of a voucher</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Number of voucher units to subtract.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the voucher from which units will be subtracted.</p>\n","type":"text/plain"},"type":"any","value":"43","key":"voucherID"}]}},"response":[{"id":"8803d483-d5fa-4a12-8d54-668eb72103ed","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b10e1e4c-32b2-4999-86f3-65c6a169d628","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"40b4602f-f818-40a0-a3e5-6ad3d4c4f90b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2e6d2822-a47f-45c2-b9d9-b80324a9b119","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"234fa829-5e0b-4043-af9a-a18ff04a8f65","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"552bdc1e-4452-4dee-9542-f740dc8d7e07","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c75247f1-a55f-47f6-a605-dee595d4b985","name":"InvalidVoucherSubtractClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher uses could not be subtracted. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"810c4d68-bbf9-482f-bd84-252ad82fe0b8","name":"SubtractionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error subtracting sessions from the voucher. Verify that the voucher has a balance suficiente.\",\n  \"ErrorCode\": \"85\"\n}"},{"id":"1eede350-0a1c-499c-a155-8778bd63f005","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherUnits\": 23\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer identifier."},{"key":"voucherID","value":"43","description":"**Required** | Type: `integer`\n\nUnique ID of the voucher from which units will be subtracted."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherUnits` | `integer` | ✅ Yes | Number of voucher units to subtract. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"21a299ee-e8fb-45d1-b1f0-bc9b1f0de889"},{"name":"Transfer Voucher Sessions","id":"64618f75-5922-4c8a-9591-3fc3a5457895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows transferring a specific number of sessions from a source client's voucher to a destination client. If no units are specified, the entire voucher will be transferred.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Vouchers - Transfer voucher units - Transfer sessions from one client's voucher to another</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TargetClientID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Identifier of the client receiving the voucher transfer.</td>\n</tr>\n<tr>\n<td><code>VoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of sessions or units to transfer. If omitted, the full voucher transfer is applied.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Source customer ID that owns the voucher to transfer.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the bonus to be transferred.</p>\n","type":"text/plain"},"type":"any","value":"18","key":"voucherID"}]}},"response":[{"id":"00f52554-2129-4f12-b1c3-8d2b0baa20d8","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ac53447a-7c22-4535-8df5-726f6c516ea6","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0cd55237-9d73-44e6-b97a-8e5b1b2ae53e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"480664e7-9d1c-4524-9969-c73a2f495a8d","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c5e85c5f-5c9d-4871-a69d-77f11d8f3fca","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/voucher/%7B%7BvoucherID%7D%7D/transfer\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8f7fce65-d0d1-42b0-bdbf-7f3e18d1093f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"faaf307d-787d-4e6f-a1c1-f0e3256f8bf8","name":"InvalidVoucherTransferClinicID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The voucher sessions could not be transferred. Check that clinicID is informed correctly.\",\n  \"errorCode\": \"16\"\n}"},{"id":"4a6d4900-65f0-4f73-a08b-241733157376","name":"TransferError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error transferring voucher sessions. Check the customer ID. destination and the voucher balance.\",\n  \"ErrorCode\": \"46\"\n}"},{"id":"2753cd5a-b151-4607-9d67-3c47c8c9f995","name":"TransferIDError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error transferring voucher sessions. Check the IDs.\",\n  \"ErrorCode\": \"105\"\n}"},{"id":"c95154f5-8c30-4b2f-861b-ee11601d42bb","name":"VoucherTransferError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error transferring the voucher. Check the destination customer ID.\",\n  \"ErrorCode\": \"165\"\n}"},{"id":"161ebf05-737e-46ec-a0d3-601999f0e7a6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TargetClientID\": 25,\n  \"VoucherUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/voucher/{{voucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","voucher","{{voucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nSource customer ID that owns the voucher to transfer."},{"key":"voucherID","value":"18","description":"**Required** | Type: `integer`\n\nID of the bonus to be transferred."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TargetClientID` | `integer` | ✅ Yes | Identifier of the client receiving the voucher transfer. |\n| `VoucherUnits` | `integer` | ❌ No | Number of sessions or units to transfer. If omitted, the full voucher transfer is applied. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"64618f75-5922-4c8a-9591-3fc3a5457895"}],"id":"acf45ac4-1168-41a6-8ee3-be3d04c899b7","description":"<p>Client voucher creation, usage, transfer, and regularization endpoints.</p>\n","_postman_id":"acf45ac4-1168-41a6-8ee3-be3d04c899b7"},{"name":"Create Client","id":"fcf6491f-64f9-4b8b-8545-d3f3346bc968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows creating a new client.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Fast registration - Create - Create a new client - Fast registration</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClientName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Client name. Only letters and spaces allowed.</td>\n</tr>\n<tr>\n<td><code>ClientSurname1</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>First surname.</td>\n</tr>\n<tr>\n<td><code>ClientPhone1</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Primary phone.</td>\n</tr>\n<tr>\n<td><code>ClientSex</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Gender.</td>\n</tr>\n<tr>\n<td><code>ClientNIF</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tax ID / National ID.</td>\n</tr>\n<tr>\n<td><code>ClientAddress</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Address.</td>\n</tr>\n<tr>\n<td><code>ClientPostCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Client postal code.</td>\n</tr>\n<tr>\n<td><code>ClientCountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\".</td>\n</tr>\n<tr>\n<td><code>ClientProvinceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\".</td>\n</tr>\n<tr>\n<td><code>ClientPhone2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Secondary phone.</td>\n</tr>\n<tr>\n<td><code>ClientEmail</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Email address.</td>\n</tr>\n<tr>\n<td><code>ClientForceEmail</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data</td>\n</tr>\n<tr>\n<td><code>ClientRefererID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Identifier of the referring client who recommended the new client.</td>\n</tr>\n<tr>\n<td><code>ClientExternalReference</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>External client reference. ID from external systems (web, CRM, etc.).</td>\n</tr>\n<tr>\n<td><code>ClientRepParenthood</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Relationship with the legal representative. Only for minors.</td>\n</tr>\n<tr>\n<td><code>ClientRepName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative name.</td>\n</tr>\n<tr>\n<td><code>ClientRepSurnames</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative surnames.</td>\n</tr>\n<tr>\n<td><code>ClientRepAddress</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative address.</td>\n</tr>\n<tr>\n<td><code>ClientRepPhone</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative phone number.</td>\n</tr>\n<tr>\n<td><code>ClientRepIDClass</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Legal representative document type identifier.</td>\n</tr>\n<tr>\n<td><code>ClientRepNIF</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative tax ID or document number.</td>\n</tr>\n<tr>\n<td><code>ClientRepEmail</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative email address.</td>\n</tr>\n<tr>\n<td><code>ClientBirthDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Birth date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>ClientFWA</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken.</td>\n</tr>\n<tr>\n<td><code>ClientTemp</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Temporary client. - \"0\": Permanent - \"-1\": Temporary</td>\n</tr>\n<tr>\n<td><code>ClientEnableGeneralConditions</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted</td>\n</tr>\n<tr>\n<td><code>ClientEnableRGPD</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>GDPR accepted. - \"1\": Accepted - \"0\": Not accepted</td>\n</tr>\n<tr>\n<td><code>ClientNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Internal client notes. Visible only to staff.</td>\n</tr>\n<tr>\n<td><code>ClientCustom1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 1. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 2. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom3</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 3. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom4</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 4. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom5</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 5. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom6</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 6. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom7</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 7. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom8</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 8. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom9</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 9. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom10</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 10. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientPhone3</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tertiary phone.</td>\n</tr>\n<tr>\n<td><code>ClientPhonePrefix1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Primary phone prefix.</td>\n</tr>\n<tr>\n<td><code>ClientPhonePrefix2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Secondary phone prefix.</td>\n</tr>\n<tr>\n<td><code>ClientPhonePrefix3</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tertiary phone prefix.</td>\n</tr>\n<tr>\n<td><code>ClientStrNum</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Street number.</td>\n</tr>\n<tr>\n<td><code>ClientExtra</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Extra address info.</td>\n</tr>\n<tr>\n<td><code>ClientCity</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>City name.</td>\n</tr>\n<tr>\n<td><code>ClientVIP</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>VIP status.</td>\n</tr>\n<tr>\n<td><code>ClientCardNumber</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Card number.</td>\n</tr>\n<tr>\n<td><code>ClientColony</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Colony/neighborhood.</td>\n</tr>\n<tr>\n<td><code>ClientDelegation</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Delegation.</td>\n</tr>\n<tr>\n<td><code>ClientSource</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Client source.</td>\n</tr>\n<tr>\n<td><code>ClientMobileClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Phone classification.</td>\n</tr>\n<tr>\n<td><code>ClientRG</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>RG document number.</td>\n</tr>\n<tr>\n<td><code>ClientLNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal notes.</td>\n</tr>\n<tr>\n<td><code>ClientJobClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Job classification.</td>\n</tr>\n<tr>\n<td><code>ClientDocumentClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Document type.</td>\n</tr>\n<tr>\n<td><code>ClientFWALogin</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>App login.</td>\n</tr>\n<tr>\n<td><code>ClientFWAPassword</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>App password.</td>\n</tr>\n<tr>\n<td><code>ClientAppDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>App disabled flag.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"d70bc29c-a4d1-4071-8bfc-c82a8c879824","name":"Customer created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClientID\": 1234567\n}"},{"id":"de7d5e1b-fdbc-4443-8995-94d4aad04332","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ba3872f1-3189-4ae5-9f12-6c4bb782373f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"518968a0-f24e-4b9c-bcf0-d7e93afcb2db","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a14f72f2-d674-4d2c-84cb-995341d3054e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0e3b2900-c444-497a-a839-4ef45d2cf74d","name":"Duplicate client (NIF, Email or Phone already exists). Change the ClientForceEmail value to '1' to allow creating duplicate clients.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"A client with those details already exists.\",\n  \"errorCode\": \"409\"\n}"},{"id":"a0cd3ef5-2610-47f2-9363-971c403fabcb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"64625ec2-6546-4f73-9239-1d85405da2b3","name":"ClientName validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientName\",\n  \"message\": \"ClientName is missing or invalid.\"\n}"},{"id":"c5935c75-4df9-4dd0-92b0-1583af11dede","name":"ClientSurname1 validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientSurname1\",\n  \"message\": \"ClientSurname1 is missing or invalid.\"\n}"},{"id":"36f208a1-dea9-4c2c-bb46-a6b3461527e3","name":"ClientPhone1 validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientPhone1\",\n  \"message\": \"ClientPhone1 is missing or invalid.\"\n}"},{"id":"0d294598-2358-40d8-8b6b-cb2952162479","name":"ClientEmail validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientEmail\",\n  \"message\": \"ClientEmail is invalid.\"\n}"},{"id":"68523317-19eb-48da-8124-9d03383463cc","name":"ClientSex validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientSex\",\n  \"message\": \"ClientSex is missing or invalid.\"\n}"},{"id":"6340abeb-2a60-4483-b2c2-1e29648e94a1","name":"ClientBirthDate validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientBirthDate\",\n  \"message\": \"ClientBirthDate is invalid.\"\n}"},{"id":"1a29afc1-5dfe-4ee0-b698-406f9333142f","name":"ClientNIF validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientNIF\",\n  \"message\": \"ClientNIF is invalid.\"\n}"},{"id":"09a1ac9b-3f29-45e6-a826-9dd556f50fc9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientSex\": \"F\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientCountryID\": \"201\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientRefererID\": \"3\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"Garcia Lopez\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientFWA\": \"0\",\n  \"ClientTemp\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientNotes\": \"New client from Madrid, contacted via the web.\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientVIP\": 0,\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientSource\": \"WEB\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientAppDisabled\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ✅ Yes | Client name. Only letters and spaces allowed. |\n| `ClientSurname1` | `string` | ✅ Yes | First surname. |\n| `ClientPhone1` | `string` | ✅ Yes | Primary phone. |\n| `ClientSex` | `string` | ✅ Yes | Gender. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientNotes` | `string` | ❌ No | Internal client notes. Visible only to staff. |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientVIP` | `integer` | ❌ No | VIP status. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"fcf6491f-64f9-4b8b-8545-d3f3346bc968"},{"name":"Delete Client","id":"ab6aac93-94a8-4621-8010-fc368442c03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing client by their unique ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clients - Delete - Delete a client's record</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"ff424c63-35f9-48e3-90a0-306c968f15d6","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"363ac725-6e89-4050-a659-9fafc6797904","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b83a02cf-fdaa-47e9-a940-79e05b7cbf12","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2169d402-a185-4bb8-8abc-bbe067ca543b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"48384073-2caf-4c8e-ae68-a662b84d3322","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"cbda9f34-9a3e-42ef-b9ad-59b18bff1ef2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a0191821-8a08-4d96-b120-b1c8db7a7cc6","name":"InvalidClientOrClinic","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The client cannot be deleted. Make sure it does not have any history, debts, or packages.\",\n  \"errorCode\": \"60\"\n}"},{"id":"dde6a48e-408b-4ca0-9fcb-cb239f14fe21","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ab6aac93-94a8-4621-8010-fc368442c03c"},{"name":"Edit Client","id":"6c686914-15fe-49dd-bbe1-dd6732c16a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows editing an existing client's data.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clients - Save - Modify a client's record - Create a new client record (Extended registration)</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClientName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Client name. Only letters and spaces allowed.</td>\n</tr>\n<tr>\n<td><code>ClientBirthDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Birth date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>ClientSurname1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>First surname.</td>\n</tr>\n<tr>\n<td><code>ClientSurname2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Second surname.</td>\n</tr>\n<tr>\n<td><code>ClientNIF</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tax ID / National ID.</td>\n</tr>\n<tr>\n<td><code>ClientSex</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Gender.</td>\n</tr>\n<tr>\n<td><code>ClientEmail</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Email address.</td>\n</tr>\n<tr>\n<td><code>ClientPhone1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Primary phone.</td>\n</tr>\n<tr>\n<td><code>ClientPhone2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Secondary phone.</td>\n</tr>\n<tr>\n<td><code>ClientPhone3</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tertiary phone.</td>\n</tr>\n<tr>\n<td><code>ClientAddress</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Address.</td>\n</tr>\n<tr>\n<td><code>ClientPostCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Client postal code.</td>\n</tr>\n<tr>\n<td><code>ClientProvinceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\".</td>\n</tr>\n<tr>\n<td><code>ClientCountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\".</td>\n</tr>\n<tr>\n<td><code>ClientRepParenthood</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Relationship with the legal representative. Only for minors.</td>\n</tr>\n<tr>\n<td><code>ClientRepName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative name.</td>\n</tr>\n<tr>\n<td><code>ClientRepSurnames</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative surnames.</td>\n</tr>\n<tr>\n<td><code>ClientRepAddress</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative address.</td>\n</tr>\n<tr>\n<td><code>ClientRepPhone</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative phone number.</td>\n</tr>\n<tr>\n<td><code>ClientRepIDClass</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Legal representative document type identifier.</td>\n</tr>\n<tr>\n<td><code>ClientRepNIF</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative tax ID or document number.</td>\n</tr>\n<tr>\n<td><code>ClientRepEmail</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal representative email address.</td>\n</tr>\n<tr>\n<td><code>ClientEnableRGPD</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>GDPR accepted. - \"1\": Accepted - \"0\": Not accepted</td>\n</tr>\n<tr>\n<td><code>ClientForceEmail</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data</td>\n</tr>\n<tr>\n<td><code>ClientVIP</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>VIP status. - \"0\": Standard client - \"-1\": VIP client</td>\n</tr>\n<tr>\n<td><code>ClientAppDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>App disabled flag. - \"0\": App enabled - \"-1\": App disabled</td>\n</tr>\n<tr>\n<td><code>ClientEnableGeneralConditions</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted</td>\n</tr>\n<tr>\n<td><code>ClientTemp</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Temporary client. - \"0\": Permanent - \"-1\": Temporary</td>\n</tr>\n<tr>\n<td><code>ClientRefererID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Identifier of the referring client who recommended the new client.</td>\n</tr>\n<tr>\n<td><code>ClientSource</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Client source.</td>\n</tr>\n<tr>\n<td><code>ClientJobClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Job classification.</td>\n</tr>\n<tr>\n<td><code>ClientDocumentClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Document type.</td>\n</tr>\n<tr>\n<td><code>ClientFWA</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken.</td>\n</tr>\n<tr>\n<td><code>ClientExternalReference</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>External client reference. ID from external systems (web, CRM, etc.).</td>\n</tr>\n<tr>\n<td><code>ClientCustom1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 1. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 2. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom3</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 3. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom4</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 4. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom5</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 5. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom6</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 6. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom7</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 7. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom8</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 8. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom9</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 9. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientCustom10</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Custom field 10. System configurable.</td>\n</tr>\n<tr>\n<td><code>ClientPhonePrefix1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Primary phone prefix.</td>\n</tr>\n<tr>\n<td><code>ClientPhonePrefix2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Secondary phone prefix.</td>\n</tr>\n<tr>\n<td><code>ClientPhonePrefix3</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tertiary phone prefix.</td>\n</tr>\n<tr>\n<td><code>ClientStrNum</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Street number.</td>\n</tr>\n<tr>\n<td><code>ClientExtra</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Extra address info.</td>\n</tr>\n<tr>\n<td><code>ClientCity</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>City name.</td>\n</tr>\n<tr>\n<td><code>ClientCardNumber</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Card number.</td>\n</tr>\n<tr>\n<td><code>ClientColony</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Colony/neighborhood.</td>\n</tr>\n<tr>\n<td><code>ClientDelegation</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Delegation.</td>\n</tr>\n<tr>\n<td><code>ClientMobileClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Phone classification.</td>\n</tr>\n<tr>\n<td><code>ClientRG</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>RG document number.</td>\n</tr>\n<tr>\n<td><code>ClientLNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal notes.</td>\n</tr>\n<tr>\n<td><code>ClientFWALogin</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>App login.</td>\n</tr>\n<tr>\n<td><code>ClientFWAPassword</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>App password.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"d8e08ffc-a51a-422d-89eb-1eb2b6ef6aef","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fc6fbc0c-0267-483d-bb5c-d2ddb5014bf7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"29f018ba-ab60-41ae-9b59-e760e25bc153","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b213cf47-1818-459c-8aa3-2648f7a86b16","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5d761e86-79ae-4967-9418-889bd5f215e5","name":"Customer not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error finding the client. Check that the client ID is correct.\",\n  \"errorCode\": \"404\"\n}"},{"id":"4ea0dc40-eb70-4e7b-8522-e26ed68940f8","name":"The provided ClientFWALogin is already in use by another client.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The provided ClientFWALogin is already in use by another client.\",\n  \"errorCode\": \"341\"\n}"},{"id":"06a05c7e-f041-412d-b1a9-db4e71b879d5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"77f353ca-928d-4a41-b817-b462e32ac100","name":"ClientName validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientName\",\n  \"message\": \"ClientName is missing or invalid.\"\n}"},{"id":"b00cf2df-9919-44e3-8bb4-fbc6cb629366","name":"ClientSurname1 validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientSurname1\",\n  \"message\": \"ClientSurname1 is missing or invalid.\"\n}"},{"id":"a04b0486-18ad-40c2-9c3b-ef51dca82836","name":"ClientPhone1 validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientPhone1\",\n  \"message\": \"ClientPhone1 is missing or invalid.\"\n}"},{"id":"bbbd6696-ad3a-4a0b-b7e7-261ac487f1b3","name":"ClientEmail validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientEmail\",\n  \"message\": \"ClientEmail is invalid.\"\n}"},{"id":"2b78543a-e68e-4603-bbe9-4179a1181088","name":"ClientSex validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientSex\",\n  \"message\": \"ClientSex is missing or invalid.\"\n}"},{"id":"5c57c13c-afd2-410d-b508-bd2d41d4a6b4","name":"ClientBirthDate validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientBirthDate\",\n  \"message\": \"ClientBirthDate is invalid.\"\n}"},{"id":"ffa4706c-9dc9-4f4e-9f26-b031b8e952fc","name":"ClientNIF validation error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"ClientNIF\",\n  \"message\": \"ClientNIF is invalid.\"\n}"},{"id":"c289818e-e4e0-44ae-bc59-d6a168b49d8e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"daf89bf5-78b8-4992-bb3d-923d04b0f176","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"efb9b793-9d5a-4570-8ad9-6212ec9e69e4","name":"DuplicateClient","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientName\": \"Rosalind\",\n  \"ClientBirthDate\": \"05/03/1990\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientNIF\": \"13244567A\",\n  \"ClientSex\": \"F\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientAddress\": \"Calle Mayor 10\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientCountryID\": \"201\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"Elena\",\n  \"ClientRepSurnames\": \"García López\",\n  \"ClientRepAddress\": \"Calle Mayor 10\",\n  \"ClientRepPhone\": \"611223344\",\n  \"ClientRepIDClass\": 1,\n  \"ClientRepNIF\": \"13244567A\",\n  \"ClientRepEmail\": \"elena.garcia@example.com\",\n  \"ClientEnableRGPD\": \"1\",\n  \"ClientForceEmail\": \"1\",\n  \"ClientVIP\": 0,\n  \"ClientAppDisabled\": 0,\n  \"ClientEnableGeneralConditions\": \"1\",\n  \"ClientTemp\": 0,\n  \"ClientRefererID\": \"3\",\n  \"ClientSource\": \"WEB\",\n  \"ClientJobClassID\": 1,\n  \"ClientDocumentClassID\": 1,\n  \"ClientFWA\": \"0\",\n  \"ClientExternalReference\": \"WEB-FORM-202\",\n  \"ClientCustom1\": \"Profesional\",\n  \"ClientCustom2\": \"VIP\",\n  \"ClientCustom3\": \"Referral\",\n  \"ClientCustom4\": \"Fragrance-free\",\n  \"ClientCustom5\": \"Points program\",\n  \"ClientCustom6\": \"Email only\",\n  \"ClientCustom7\": \"Facial treatments\",\n  \"ClientCustom8\": \"GRP-A\",\n  \"ClientCustom9\": \"Alergia-nueces\",\n  \"ClientCustom10\": \"Aniversario-2024-08-15\",\n  \"ClientPhonePrefix1\": \"+34\",\n  \"ClientPhonePrefix2\": \"+34\",\n  \"ClientPhonePrefix3\": \"+34\",\n  \"ClientStrNum\": \"10\",\n  \"ClientExtra\": \"2A\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientColony\": \"Centro\",\n  \"ClientDelegation\": \"Delegacion Centro\",\n  \"ClientMobileClassID\": 1,\n  \"ClientRG\": \"123456789\",\n  \"ClientLNotes\": \"Consent signed.\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientName` | `string` | ❌ No | Client name. Only letters and spaces allowed. |\n| `ClientBirthDate` | `string` | ❌ No | Birth date (dd/MM/yyyy). |\n| `ClientSurname1` | `string` | ❌ No | First surname. |\n| `ClientSurname2` | `string` | ❌ No | Second surname. |\n| `ClientNIF` | `string` | ❌ No | Tax ID / National ID. |\n| `ClientSex` | `string` | ❌ No | Gender. |\n| `ClientEmail` | `string` | ❌ No | Email address. |\n| `ClientPhone1` | `string` | ❌ No | Primary phone. |\n| `ClientPhone2` | `string` | ❌ No | Secondary phone. |\n| `ClientPhone3` | `string` | ❌ No | Tertiary phone. |\n| `ClientAddress` | `string` | ❌ No | Address. |\n| `ClientPostCode` | `string` | ❌ No | Client postal code. |\n| `ClientProvinceID` | `integer` | ❌ No | Province identifier in flowww. Obtained from the x_config_provinces table. For Madrid: \"32\". |\n| `ClientCountryID` | `integer` | ❌ No | Country identifier in flowww. Obtained from the x_config_countries table. For Spain: \"201\". |\n| `ClientRepParenthood` | `string` | ❌ No | Relationship with the legal representative. Only for minors. |\n| `ClientRepName` | `string` | ❌ No | Legal representative name. |\n| `ClientRepSurnames` | `string` | ❌ No | Legal representative surnames. |\n| `ClientRepAddress` | `string` | ❌ No | Legal representative address. |\n| `ClientRepPhone` | `string` | ❌ No | Legal representative phone number. |\n| `ClientRepIDClass` | `integer` | ❌ No | Legal representative document type identifier. |\n| `ClientRepNIF` | `string` | ❌ No | Legal representative tax ID or document number. |\n| `ClientRepEmail` | `string` | ❌ No | Legal representative email address. |\n| `ClientEnableRGPD` | `integer` | ❌ No | GDPR accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientForceEmail` | `integer` | ❌ No | Force email. - \"1\": Allows creating clients with duplicate data - \"0\": Does not allow creating clients with duplicate data |\n| `ClientVIP` | `integer` | ❌ No | VIP status. - \"0\": Standard client - \"-1\": VIP client |\n| `ClientAppDisabled` | `integer` | ❌ No | App disabled flag. - \"0\": App enabled - \"-1\": App disabled |\n| `ClientEnableGeneralConditions` | `integer` | ❌ No | General terms and conditions accepted. - \"1\": Accepted - \"0\": Not accepted |\n| `ClientTemp` | `integer` | ❌ No | Temporary client. - \"0\": Permanent - \"-1\": Temporary |\n| `ClientRefererID` | `integer` | ❌ No | Identifier of the referring client who recommended the new client. |\n| `ClientSource` | `string` | ❌ No | Client source. |\n| `ClientJobClassID` | `integer` | ❌ No | Job classification. |\n| `ClientDocumentClassID` | `integer` | ❌ No | Document type. |\n| `ClientFWA` | `integer` | ❌ No | Indicates if the client can use APP commands. - \"0\": Cannot use app commands. - \"1\": Activates the use of commands in the app, generating the ClientAppToken. |\n| `ClientExternalReference` | `string` | ❌ No | External client reference. ID from external systems (web, CRM, etc.). |\n| `ClientCustom1` | `string` | ❌ No | Custom field 1. System configurable. |\n| `ClientCustom2` | `string` | ❌ No | Custom field 2. System configurable. |\n| `ClientCustom3` | `string` | ❌ No | Custom field 3. System configurable. |\n| `ClientCustom4` | `string` | ❌ No | Custom field 4. System configurable. |\n| `ClientCustom5` | `string` | ❌ No | Custom field 5. System configurable. |\n| `ClientCustom6` | `string` | ❌ No | Custom field 6. System configurable. |\n| `ClientCustom7` | `string` | ❌ No | Custom field 7. System configurable. |\n| `ClientCustom8` | `string` | ❌ No | Custom field 8. System configurable. |\n| `ClientCustom9` | `string` | ❌ No | Custom field 9. System configurable. |\n| `ClientCustom10` | `string` | ❌ No | Custom field 10. System configurable. |\n| `ClientPhonePrefix1` | `string` | ❌ No | Primary phone prefix. |\n| `ClientPhonePrefix2` | `string` | ❌ No | Secondary phone prefix. |\n| `ClientPhonePrefix3` | `string` | ❌ No | Tertiary phone prefix. |\n| `ClientStrNum` | `string` | ❌ No | Street number. |\n| `ClientExtra` | `string` | ❌ No | Extra address info. |\n| `ClientCity` | `string` | ❌ No | City name. |\n| `ClientCardNumber` | `string` | ❌ No | Card number. |\n| `ClientColony` | `string` | ❌ No | Colony/neighborhood. |\n| `ClientDelegation` | `string` | ❌ No | Delegation. |\n| `ClientMobileClassID` | `integer` | ❌ No | Phone classification. |\n| `ClientRG` | `string` | ❌ No | RG document number. |\n| `ClientLNotes` | `string` | ❌ No | Legal notes. |\n| `ClientFWALogin` | `string` | ❌ No | App login. |\n| `ClientFWAPassword` | `string` | ❌ No | App password. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"A client with those details already exists.\",\n  \"errorCode\": \"409\"\n}"}],"_postman_id":"6c686914-15fe-49dd-bbe1-dd6732c16a15"},{"name":"Get Client Details","id":"dfe3f945-55ac-4c1b-9633-bd99332edf3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the full details of a specific client by their unique ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clients - Editar - See a client's record</p>\n","urlObject":{"protocol":"https","path":["client","{{clientID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clientID"}]}},"response":[{"id":"4dfe619c-ebad-4438-aff0-763517e6b621","name":"Customer detail.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClientID\": 1,\n  \"ClientNumber\": 1,\n  \"ClientClinicID\": 1,\n  \"ClientClinicName\": \"000001 - Center Name\",\n  \"ClientDate\": \"09/03/2023\",\n  \"ClientRefererID\": 3,\n  \"ClientName\": \"Rosalind\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientSex\": \"M\",\n  \"ClientBirthDate\": \"05/03/2015\",\n  \"ClientIDClass\": 1,\n  \"ClientNIF\": \"13244567A\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientAddress\": \"CalleMayor10,2º\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientProvince\": \"Madrid\",\n  \"ClientCountryID\": \"201\",\n  \"ClientCountry\": \"Spain\",\n  \"ClientNotes\": \"Notes about the customer.\",\n  \"ClientSMSDisabled\": 0,\n  \"ClientAppDisabled\": 1,\n  \"ClientCustom1\": \"Professional\",\n  \"ClientCustom2\": \"Custom data 2\",\n  \"ClientCustom3\": \"Custom data 3\",\n  \"ClientCustom4\": \"Custom data 4\",\n  \"ClientCustom5\": \"Custom data 5\",\n  \"ClientCustom6\": \"Custom data 6\",\n  \"ClientCustom7\": \"Custom data 7\",\n  \"ClientCustom8\": \"Custom data 8\",\n  \"ClientCustom9\": \"Custom data 9\",\n  \"ClientCustom10\": \"Custom data 10\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientFWA\": 0,\n  \"ClientVIP\": 1,\n  \"ClientEnableGeneralConditions\": 1,\n  \"ClientEnableRGPD\": 1,\n  \"ClientHistory\": 1,\n  \"ClientDeferred\": 0,\n  \"ClientVouchers\": 1,\n  \"ClientLifeCycleStageName\": \"Recurring customer\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientRepParenthood\": \"Father\",\n  \"ClientRepName\": \"John\",\n  \"ClientRepSurnames\": \"Dalton\",\n  \"ClientRepAddress\": \"CalleMayor10,2º\",\n  \"ClientRepPhone\": \"634635434\",\n  \"ClientRepIDClass\": 0,\n  \"ClientRepNIF\": \"80432993R\",\n  \"ClientRepEmail\": \"john.dalton@gmail.com\"\n}"},{"id":"66ebef98-153c-49c1-a000-6ba77d707de0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2e6b7012-082e-4266-906d-ed5a636b6942","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6de7b9ea-f23a-4e43-946f-b2d91a2f6645","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ff84dd1d-cad4-473f-b25d-abcaddef5af0","name":"Customer not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error finding the client. Check that the client ID is correct.\",\n  \"errorCode\": \"404\"\n}"},{"id":"3140cddd-7be3-4b03-955c-02edd1600f01","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e70d65fe-c119-4758-b6cf-d4dc45507d24","name":"Executes a JavaScript script to transform or","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClientID\": 1,\n  \"ClientNumber\": 1,\n  \"ClientClinicID\": 1,\n  \"ClientClinicName\": \"000001 - Center Name\",\n  \"ClientDate\": \"09/03/2023\",\n  \"ClientRefererID\": 3,\n  \"ClientName\": \"Rosalind\",\n  \"ClientSurname1\": \"Franklin\",\n  \"ClientSurname2\": \"Ellis\",\n  \"ClientSex\": \"M\",\n  \"ClientBirthDate\": \"05/03/2015\",\n  \"ClientIDClass\": 1,\n  \"ClientNIF\": \"13244567A\",\n  \"ClientPhone1\": \"611223344\",\n  \"ClientPhone2\": \"655443322\",\n  \"ClientPhone3\": \"677889900\",\n  \"ClientEmail\": \"rosalind.franklin@gmail.com\",\n  \"ClientAddress\": \"CalleMayor10,2º\",\n  \"ClientCity\": \"Madrid\",\n  \"ClientPostCode\": \"28001\",\n  \"ClientProvinceID\": \"32\",\n  \"ClientProvince\": \"Madrid\",\n  \"ClientCountryID\": \"201\",\n  \"ClientCountry\": \"Spain\",\n  \"ClientNotes\": \"Client notes.\",\n  \"ClientSMSDisabled\": 0,\n  \"ClientAppDisabled\": 1,\n  \"ClientCustom1\": \"Professional\",\n  \"ClientCustom2\": \"Custom data 2\",\n  \"ClientCustom3\": \"Custom data 3\",\n  \"ClientCustom4\": \"Custom data 4\",\n  \"ClientCustom5\": \"Custom data 5\",\n  \"ClientCustom6\": \"Custom data 6\",\n  \"ClientCustom7\": \"Custom data 7\",\n  \"ClientCustom8\": \"Custom data 8\",\n  \"ClientCustom9\": \"Custom data 9\",\n  \"ClientCustom10\": \"Custom data 10\",\n  \"ClientCardNumber\": \"1234567890123456\",\n  \"ClientFWA\": 0,\n  \"ClientVIP\": 1,\n  \"ClientEnableGeneralConditions\": 1,\n  \"ClientEnableRGPD\": 1,\n  \"ClientHistory\": 1,\n  \"ClientDeferred\": 0,\n  \"ClientVouchers\": 1,\n  \"ClientLifeCycleStageName\": \"Returning customer\",\n  \"ClientFWALogin\": \"rosalind.franklin@gmail.com\",\n  \"ClientFWAPassword\": \"Tr0p1c4l!2024\",\n  \"ClientRepParenthood\": \"Parent\",\n  \"ClientRepName\": \"John\",\n  \"ClientRepSurnames\": \"Dalton\",\n  \"ClientRepAddress\": \"CalleMayor10,2º\",\n  \"ClientRepPhone\": \"634635434\",\n  \"ClientRepIDClass\": 0,\n  \"ClientRepNIF\": \"80432993R\",\n  \"ClientRepEmail\": \"john.dalton@gmail.com\"\n}"},{"id":"d927e52a-98d0-4499-8802-dfc9fbcf0412","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d92ef53f-4160-4f2b-bc92-f61c104f53f2","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"1","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"dfe3f945-55ac-4c1b-9633-bd99332edf3f"},{"name":"Search Client","id":"be763bc8-7ab5-4c6f-ad41-c4e472004811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}","description":"<p>Enables searching for a client by name, phone, NIF, or email.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Clients - Search - Client search</p>\n","urlObject":{"protocol":"https","path":["client"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Search client by name, surname, phone number or email.</p>\n","type":"text/plain"},"key":"clientData","value":"Rosalind"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"d841bcf9-4f09-403e-852f-37a45f03ea21","name":"List of clients found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ClientID\": 13217420,\n    \"ClientNumber\": 13217420,\n    \"ClientFullName\": \"Enrico Fermi\",\n    \"ClientPhone1\": \"707777707\",\n    \"ClinicName\": \"PilotoMigracion2025\",\n    \"ClientIncomplete\": 1,\n    \"ClientDeferred\": 0,\n    \"ClientInvestigate\": 0,\n    \"ClientTMP\": 0,\n    \"ClientEmail\": \"t.alva@gmail.com\",\n    \"ClientClinicID\": 3,\n    \"ClientLastPurchaseDate\": \"19/01/2026\",\n    \"ClientLastSessionDate\": \"19/01/2026\"\n  }\n]"},{"id":"5d0beb0c-a833-4b67-9f91-1c79cb6d14b1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"81c3d591-2e56-4f22-9acc-6b1a8dbf0d93","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"151bf83a-9db8-445c-945a-5531332ff762","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"cf171e5b-5a77-4756-bd08-d31c222a8920","name":"No clients found for the provided search criteria.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No clients found for the provided search criteria.\"\n}"},{"id":"3b88c46e-0a58-4c35-bd83-ba84369b38f8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9ca6f39a-81f5-42ea-8299-64d7648c0ee3","name":"InvalidParameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error performing the request\",\n  \"errorCode\": \"375\"\n}"},{"id":"a9078316-0ac1-4c3b-9b50-a5f44784a6ed","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"22858430-a98b-4f2a-95e9-bedb60286a1c","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/client?server={{server}}&systemkey={{systemkey}}&clientData=Rosalind&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nSearch client by name, surname, phone number or email.","key":"clientData","value":"Rosalind","x-postman-displayValue":"Rosalind"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"be763bc8-7ab5-4c6f-ad41-c4e472004811"},{"name":"Update Client Email from Budget","id":"bf20d5aa-98a3-40fe-a907-1a0569d2beb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the email address of the specified client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Quotes - Save - Email client from quote - Save the client's email from the estimates</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClientEMail</code></td>\n<td><code>string (email)</code></td>\n<td>✅ Yes</td>\n<td>New email address.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["client","{{clientID}}","email"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"ClinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"type":"any","value":"13217420","key":"clientID"}]}},"response":[{"id":"8d46ed34-a717-446d-a467-922524421051","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"19ac9d4c-dba3-4d54-ace6-db3f762a470f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6611f7c1-e648-4f6e-b586-d8227849a162","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"565d957d-931b-417c-b7b4-4c731e19f598","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"eb9e950a-3a73-4891-917d-f01a5bc5eed9","name":"Error updating the email when the client ID is invalid or does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error finding the client. Check that the client ID is correct.\",\n  \"errorCode\": \"16\"\n}"},{"id":"773eed9f-99c7-4904-88dd-8880dd84196d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"aebd43c8-6b85-47bf-8207-fd3bf112ae1e","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error, please check the provided data.\",\n  \"errorCode\": \"614\"\n}"},{"id":"4b7025e4-68ee-45a0-85f7-dbc91d462c6b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"52f7a516-4725-4f9a-b101-0e5ec6b8e1c1","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClientEMail\": \"rosalind.franklin@ejemplo.com\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/client/{{clientID}}/email?server={{server}}&systemkey={{systemkey}}&ClinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["client","{{clientID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"ClinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"clientID","value":"13217420","description":"**Required** | Type: `integer`\n\nUnique customer ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClientEMail` | `string (email)` | ✅ Yes | New email address. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/client/%7B%7BclientID%7D%7D/email\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"bf20d5aa-98a3-40fe-a907-1a0569d2beb6"}],"id":"89b5d534-938a-4798-903d-ddc23726aee6","description":"<p>Client record management endpoints, including profile, contact, and administrative data.</p>\n","_postman_id":"89b5d534-938a-4798-903d-ddc23726aee6"},{"name":"Clinic","item":[{"name":"Cabinet","item":[{"name":"Add New Cabinet","id":"8d2a9bec-1e2b-42c7-8086-e94e37d33d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","description":"<p>Add a new cabinet to the clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - Create - Add a new booth to the clinic</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CabinetCode</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Cabinet code.</td>\n</tr>\n<tr>\n<td><code>CabinetName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Booth name</td>\n</tr>\n<tr>\n<td><code>CabinetColourID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Cabinet color ID.</td>\n</tr>\n<tr>\n<td><code>CabinetSAT</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetSUN</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetHidden</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetStatsDisabled</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetFWAEnabled</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetSMSEnabled</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"49af1f7c-5d13-4800-a1d6-6048a4797e28","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0d196cd4-ce8a-4f73-bc36-e690550e07a6","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"04875fe9-ccb4-477c-b018-ad7627d2e309","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"193e9a0e-02ed-4415-861b-6725555ef254","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"627a183d-e7f9-4903-ac2f-187d166558ff","name":"The cabinet could not be created or modified in the clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The cabinet could not be created or modified in the clinic.\",\n  \"errorCode\": \"184\"\n}"},{"id":"4b68290b-0421-42c1-81f7-2f592293b5e4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7cecfe10-c056-485b-aeb4-d18ea59dbd5b","name":"InvalidCabinetRequest","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.createCabinetRequest.message}\",\n  \"errorCode\": \"invalid-cabinet-request\"\n}"},{"id":"2633d5a7-4547-4859-a39f-f5aa12222dac","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"8e5e8e22-89bd-40e7-918d-52eddda76156","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetCode\": \"C1\",\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetCode` | `string` | ✅ Yes | Cabinet code. |\n| `CabinetName` | `string` | ✅ Yes | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"8d2a9bec-1e2b-42c7-8086-e94e37d33d33"},{"name":"Delete Clinic Cabinet","id":"efa16923-965d-46a2-80be-54b22865c852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Delete a consulting room from a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - Delete - Delete a clinic booth</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Cabinet ID.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"cabinetID"}]}},"response":[{"id":"d16e93ef-0209-40e7-8eb0-daf3c13910fc","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6ff5ac4f-9da2-441f-824e-3325ea710a9d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"90769b93-d6f7-4716-8b24-4c356e36d929","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"912fb0d2-55c6-4532-bd48-f0e3dca4a846","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e044e46c-97cf-4cc2-86fa-644b1c0aa74c","name":"Could not delete the cabin. Check the cabin ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete the cabin. Check the cabin ID.\",\n  \"errorCode\": \"185\"\n}"},{"id":"b217217f-15e1-4793-9b1b-0aff3e8db6d6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a224cebb-75fb-4b16-9303-c9e97ce59604","name":"The cabinet could not be deleted","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The cabinet could not be deleted. Check that it is not in use.\",\n  \"errorCode\": \"186\"\n}"},{"id":"1546fb16-b2b0-440f-9286-72e2719f610e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"669ae6b6-aaed-4a25-8866-7c226feb905c","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet/%7B%7BcabinetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"efa16923-965d-46a2-80be-54b22865c852"},{"name":"Modify Cabinet Data","id":"4f24207e-7f0c-4b38-8982-35ce779efc21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modify the details of a clinic's consulting room.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - Save - Modify the data of a clinic booth</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CabinetAbbrev</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Cabinet code.</td>\n</tr>\n<tr>\n<td><code>CabinetName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Booth name</td>\n</tr>\n<tr>\n<td><code>CabinetColourID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Cabinet color ID.</td>\n</tr>\n<tr>\n<td><code>CabinetSAT</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetSUN</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetHidden</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetStatsDisabled</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetFWAEnabled</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n<tr>\n<td><code>CabinetSMSEnabled</code></td>\n<td><code>boolean</code></td>\n<td>❌ No</td>\n<td>Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Cabinet ID.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"cabinetID"}]}},"response":[{"id":"281c4c5e-88d0-49d0-81bd-f111743253ac","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"82f95789-7517-4547-8890-4f3e4225fc7c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f39cde1b-eda5-4bfe-8ddf-efddccacc525","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"fded9ae1-fc98-4fe9-a4d3-104b04ecc13b","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"89a85d1f-0fed-4c98-a064-c2c9b183ded1","name":"Could not retrieve the booth. Check the booth ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not retrieve the booth. Check the booth ID.\",\n  \"errorCode\": \"187\"\n}"},{"id":"4807b86d-1ee1-4568-a008-bd6bb87e2606","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4537ca33-19cd-40ac-9988-a36f3bca4c0e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f8f09e8f-1fc1-43e1-8abd-5b8508dbb7bc","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"574f8b5e-32c4-43a8-80bc-b6ac22badeb9","name":"The cabinet could not be created or modified in","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The cabinet could not be created or modified in the clinic.\",\n  \"errorCode\": \"184\"\n}"},{"id":"993e6825-bda2-4157-9c3b-3274299c2e4d","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetName\": \"Laser Cabinet\",\n  \"CabinetColourID\": 0,\n  \"CabinetSAT\": false,\n  \"CabinetSUN\": false,\n  \"CabinetHidden\": false,\n  \"CabinetStatsDisabled\": false,\n  \"CabinetFWAEnabled\": true,\n  \"CabinetSMSEnabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CabinetAbbrev` | `string` | ❌ No | Cabinet code. |\n| `CabinetName` | `string` | ❌ No | Booth name |\n| `CabinetColourID` | `integer` | ❌ No | Cabinet color ID. |\n| `CabinetSAT` | `boolean` | ❌ No | Indicates if the cabinet opens on Saturdays. true is sent to the backend as -1 and false as 0. |\n| `CabinetSUN` | `boolean` | ❌ No | Indicates if the cabinet opens on Sundays. true is sent to the backend as -1 and false as 0. |\n| `CabinetHidden` | `boolean` | ❌ No | Indicates if the cabinet is hidden. true is sent to the backend as -1 and false as 0. |\n| `CabinetStatsDisabled` | `boolean` | ❌ No | Indicates if the cabinet affects statistics. true is sent to the backend as -1 and false as 0. |\n| `CabinetFWAEnabled` | `boolean` | ❌ No | Indicates if the cabinet appears in the app. true is sent to the backend as -1 and false as 0. |\n| `CabinetSMSEnabled` | `boolean` | ❌ No | Indicates if SMS sending is confirmed. true is sent to the backend as -1 and false as 0. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet/%7B%7BcabinetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"4f24207e-7f0c-4b38-8982-35ce779efc21"},{"name":"Move Cabinet Down One Position","id":"ebb978b4-1f03-4f11-9299-e565a14ceaf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","description":"<p>Change the display order of a cabinet down one position in the schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - Sort - Change the order of booths in the appointment book</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Cabinet ID.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"cabinetID"}]}},"response":[{"id":"fce5407d-0549-4789-ab21-9df16deec807","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"71d5e1a5-99b4-4f2b-be78-89fe023d0108","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"da19683d-a3dc-48c5-8f3b-4e583b676186","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3e0125f8-b740-4163-949c-08141a14e3c1","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"145bf88b-04cf-4583-85c3-1609626b71be","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet/%7B%7BcabinetID%7D%7D/down\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6099d9c4-3c3c-4170-a2d6-9b8841eb7a4e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f94fd166-584e-415f-9a81-6a063c134640","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/down?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","down"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ebb978b4-1f03-4f11-9299-e565a14ceaf5"},{"name":"Move Cabinet Up One Position","id":"98406d09-d05b-42a8-8507-924f354307a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","description":"<p>Change the display order of a cabinet in the schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - Sort - Change the order of booths in the appointment book</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Cabinet ID.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"cabinetID"}]}},"response":[{"id":"7112b6b0-0d1d-4781-a001-1e0089eafbd7","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7fee17f1-1d8c-47ff-a801-ab93cd3912d8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4a6092b9-d385-45fa-9af2-a1a4457b84b9","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"773e280e-7aa5-4bff-a502-5528c0579db2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a353c544-3656-4c96-8ae1-c3b184ca97c7","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet/%7B%7BcabinetID%7D%7D/up\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"f235e80e-e00a-4932-bd61-f19e5ac09cc1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"358cba1c-c5f3-410a-8fd5-5bb6efba3222","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}/up?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}","up"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"98406d09-d05b-42a8-8507-924f354307a9"},{"name":"View Cabinet Data","id":"663053a7-9e20-4906-9bfe-49864dcef6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>View the data of a clinic's consulting room.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - View - View the data of a clinic booth</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Cabinet ID.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"cabinetID"}]}},"response":[{"id":"ed79f37b-06f3-4ff3-94ce-3d9ec4843e80","name":"Cabinet data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"CabinetName\": \"Facial Room\",\n  \"CabinetAbbrev\": \"C1\",\n  \"CabinetColor\": 0,\n  \"CabinetSAT\": true,\n  \"CabinetSUN\": true,\n  \"CabinetHidden\": true,\n  \"CabinetSMSEnabled\": true,\n  \"CabinetStatsDisabled\": true,\n  \"ClinicCabFWAEnabled\": true\n}"},{"id":"e064fe92-3fd6-4d26-9771-4e70380411cc","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"91d6d137-f64c-41c4-a391-cdeb9c630662","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8eaea73b-d5e6-4294-bc12-a4f0f75928d8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"afd3d480-bf39-4269-b8a8-a451e3f5b031","name":"Could not retrieve the booth. Check the booth ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not retrieve the booth. Check the booth ID.\",\n  \"errorCode\": \"187\"\n}"},{"id":"35262d92-142c-4e04-bee4-cb71502de99e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d7a5a6d3-c8c2-4795-b0a1-50b44abf156d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"70f1c07a-c81b-4c33-8bb1-29b7afafa2d6","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet/{{cabinetID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet","{{cabinetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"cabinetID","value":"42","description":"**Required** | Type: `integer`\n\nCabinet ID."},{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet/%7B%7BcabinetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"663053a7-9e20-4906-9bfe-49864dcef6f0"},{"name":"View Cabinet List","id":"bf03fc85-881e-4197-85ab-a06d0b1266e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","description":"<p>View the list of treatment rooms for a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Booths - List - See the list of clinic booths</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","cabinet"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"c53daf1c-9cad-4b3a-a10a-7015fef683cc","name":"Cabinet list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"CabinetID\": 1,\n    \"CabinetOrder\": 1,\n    \"CabinetAbbrev\": \"C1\",\n    \"CabinetName\": \"Booth 1\"\n  }\n]"},{"id":"e5f62ce6-b98c-464b-804d-fa75f49b9a65","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f1827b96-3962-4531-ab99-e0738f3be11f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"19761724-132f-4821-827e-b985fe353b35","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5fa09c1f-ce02-41ae-a7da-471d4ff585d4","name":"No cabinets found in this clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No booths found.\"\n}"},{"id":"c304962b-cea3-49fa-ba8f-32a307a934d1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5fb58ab1-aca9-4102-8d34-82c195ffa40d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"e2923b96-0283-41f7-915a-680880cb7f95","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/cabinet?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/cabinet\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"bf03fc85-881e-4197-85ab-a06d0b1266e3"}],"id":"2c26ca91-7429-4fc4-ab8c-a8892450a43e","description":"<p>Cabinet and treatment room configuration endpoints.</p>\n","_postman_id":"2c26ca91-7429-4fc4-ab8c-a8892450a43e"},{"name":"Equipment","item":[{"name":"Add new equipment","id":"15b68e3f-c0f4-4263-a7ac-ec24b155d0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","description":"<p>Add new equipment to a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Equipment - Create - Add a new team to a clinic</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>EquipmentGroupID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Identifier of the equipment group or category.</td>\n</tr>\n<tr>\n<td><code>EquipmentSerialNum</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Serial number of the equipment instance.</td>\n</tr>\n<tr>\n<td><code>EquipmentCode</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Internal code of the equipment.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","equipment"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"28f95c04-898c-40b7-8266-b1777027a66d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bb04190c-b9e7-4fca-a22e-bbdc57f2928a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"707a588a-bd16-4c7e-a6f8-b707dd2a4ade","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"640e7abf-71a2-47ee-85c8-3be71c34d7e8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b3855620-eab7-4d1a-9831-441e3e2fcc74","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/equipment\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"389316f9-3a14-4617-8adb-341ee23a798d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"be82164c-13fb-4bd7-8c05-e551ad477363","name":"InvalidEquipmentRequest","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.createClinicEquipment.message}\",\n  \"errorCode\": \"invalid-equipment-request\"\n}"},{"id":"1f863634-7932-41cc-b5dd-0de475445c04","name":"The equipment group ID provided does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The equipment group ID provided does not exist or is not valid for this clinic.\",\n  \"errorCode\": \"131\"\n}"},{"id":"40931a25-3fa9-49b3-a522-27270e498689","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": 341,\n  \"EquipmentGroupID\": 1,\n  \"EquipmentSerialNum\": 213\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentGroupID` | `integer` | ✅ Yes | Identifier of the equipment group or category. |\n| `EquipmentSerialNum` | `integer` | ✅ Yes | Serial number of the equipment instance. |\n| `EquipmentCode` | `integer` | ✅ Yes | Internal code of the equipment. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"15b68e3f-c0f4-4263-a7ac-ec24b155d0fc"},{"name":"Delete Clinic Equipment","id":"37a34710-e4aa-4501-a723-9ec69b87300d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Delete equipment from a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Equipment - Delete - Eliminate a team from a clinic</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Equipment ID.</p>\n","type":"text/plain"},"type":"any","value":"105","key":"equipmentID"}]}},"response":[{"id":"a691b154-997a-466d-a556-365dbcc26009","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6a29d134-98bc-4707-8cea-2c8539b4b56e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b3c7d987-9354-4dd0-a257-eecd9ae15725","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1d3c0f3a-b08b-4670-9dab-bf9dc4798f0a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ae48f6f2-b45f-42fa-bf1c-02e63cf80c0e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/equipment/%7B%7BequipmentID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"97d8de20-b084-4dea-9930-e52974bc6645","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0b4cac99-6dd0-46f3-b58b-efb06cddd15e","name":"The equipment ID provided does not exist or is","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The equipment ID provided does not exist or is not valid for this clinic.\",\n  \"errorCode\": \"132\"\n}"},{"id":"91ecb520-671f-4333-8731-ac23bb56aa45","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"37a34710-e4aa-4501-a723-9ec69b87300d"},{"name":"Show Equipment Characteristics","id":"bf3170de-1499-4af5-ac11-fd7712c6b762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Display clinic equipment features.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Equipment - Edit - Show the characteristics of a Subscriber's team</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Equipment ID.</p>\n","type":"text/plain"},"type":"any","value":"105","key":"equipmentID"}]}},"response":[{"id":"e89ef02c-a7f9-45ec-a980-c4357b37718d","name":"Equipment features successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"EquipmentGroupID\": 1,\n  \"EquipmentCode\": 8,\n  \"EquipmentSerialNum\": 213\n}"},{"id":"04dc0b41-a735-4b7d-ae73-299c5a19ad1e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"49ef99f2-c6e2-4167-9a72-a409e2b7471b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"99c101e7-9b90-4b18-a474-edb880ae039f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5e47efc7-1adf-4a3e-bd16-41eb9e73fce3","name":"No equipment found in the clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No equipment found with that ID.\"\n}"},{"id":"c6ba7190-bf49-4ef1-96b5-c2f91bbde4f2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b47ecf49-9ecb-4250-b6bc-15a89934e7bf","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"ad904ca4-700e-44fa-8022-b90d196796a4","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/equipment/%7B%7BequipmentID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"bf3170de-1499-4af5-ac11-fd7712c6b762"},{"name":"View Equipment List","id":"09681430-c1fb-4f34-bcaa-68590d52455a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","description":"<p>Display the list of equipment available to a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Equipment - Listar - See the list of teams a clinic provides</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","equipment"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"53c3de8a-131b-4d7a-a54b-a88c52d43eff","name":"Equipment list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"EquipmentID\": 4,\n    \"EquipmentGroupID\": 1,\n    \"EquipmentCode\": 341,\n    \"EquipmentName\": \"Láser Diodo PRO\",\n    \"EquipmentDesc\": \"Equipo láser de alta potencia para tratamientos de depilación.\"\n  },\n  {\n    \"EquipmentID\": 5,\n    \"EquipmentGroupID\": 4,\n    \"EquipmentCode\": 34111,\n    \"EquipmentName\": \"Nuevo Equipo Láser\",\n    \"EquipmentDesc\": \"Descripción detallada del nuevo equipo.\"\n  }\n]"},{"id":"cc4d72bc-962b-4262-a9ed-8b00f265fe3e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"09c95276-08e7-49b1-9d02-bca0ba44a6b1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9906969a-213d-4aa2-a053-27e3248fcfd4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c7163eb6-4531-42de-8846-7bef0eeec1e9","name":"No equipment found in the clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No equipment found with that ID.\"\n}"},{"id":"905dbcb8-274a-4ea2-ac71-89aceb6337a4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a34e4aa0-2914-4bfd-b990-494d2614b3f4","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"a9829664-f289-44b5-acab-ebd88e0bce47","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/equipment?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/equipment\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"09681430-c1fb-4f34-bcaa-68590d52455a"}],"id":"7a57d860-2da2-41e9-a5c8-ded0672115d1","description":"<p>Clinic equipment configuration and assignment endpoints.</p>\n","_postman_id":"7a57d860-2da2-41e9-a5c8-ded0672115d1"},{"name":"User","item":[{"name":"Shift","item":[{"name":"Clear Work Shift","id":"1613c62f-b01c-45fc-8736-25b590e1e282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes all schedules for a specific work shift based on its identifier.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Clean - Clean a work shift</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"}]}},"response":[{"id":"d0080053-5c1b-44a3-9657-ee5130499991","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6554d8ff-23d9-4eb9-b1b8-87addb587862","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9157d236-cf8b-4944-8f8a-5498cc3170b0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2da569db-5f16-42ec-96c6-5980a61be83b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"27e7d952-cb54-4910-8f48-1ab3d097aeaa","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ac59168c-c1e7-4766-9db7-0ae685aa7f0a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e9d75d99-343b-4dd1-bb54-d2407ddc9c1b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1613c62f-b01c-45fc-8736-25b590e1e282"},{"name":"Clone Work Shift Segment","id":"fe0d9f8e-16d1-44b4-8118-8965d180cd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Clones a segment of a work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Clone a user's shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftWeekDays</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Days to clone the work shift. Use pipe-separated values (e.g. 1</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift segment ID.</p>\n","type":"text/plain"},"type":"any","value":"95","key":"slotID"}]}},"response":[{"id":"49da6ece-b649-41dd-9b40-e845d4307380","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"97d8739b-2ed2-484f-9566-19915ba8610b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3a05968e-ebcd-40cf-8ca3-9bbc278bf46b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4566320d-51f5-440a-9d32-604e68b814b5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2f99d6bb-7c36-4325-81a3-07d166fc7afb","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"999db59c-8b61-4450-a566-997eb19ce82c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"696938fb-9d47-4526-8c39-a4a3f51ffcc7","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.cloneShift.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"f76c77dd-0528-46f9-8f5c-62e2719cac94","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"1, 3, 7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `string` | ✅ Yes | Days to clone the work shift. Use pipe-separated values (e.g. 1|3|7). 1 = Monday, 7 = Sunday. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"fe0d9f8e-16d1-44b4-8118-8965d180cd19"},{"name":"Create Clinic Work Shift","id":"ed3aaee7-a763-41c0-986c-d24ab67a6ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new work shift for a specific clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Work Shifts - Create - Add a new work shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Shift name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"4582ed12-fe16-45e4-8f7c-103911b2d849","name":"The work shift has been created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ShiftGID\": \"857393\"\n}"},{"id":"0c655e27-401a-4e79-859d-d591f93895f8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1fab8e75-96d3-4200-a1c5-013b3c439e74","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9f02eb35-57ae-413a-901e-ec46c37c9c35","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"73d9ee12-8379-47fe-ba5f-fe499b5e8341","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1d35d3da-434b-4ecd-acda-c1aa14c2c738","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c2af0f3c-4da0-4d66-9eef-512be1c12ca6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftName\": \"Night Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftName` | `string` | ✅ Yes | Shift name |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ed3aaee7-a763-41c0-986c-d24ab67a6ab9"},{"name":"Create Segment in Work Shift","id":"01699e0b-824c-4e77-a47e-90fa38179d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a segment to the work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work shifts - Add time slot - Add a time slot to the work shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftSlotStartTime</code></td>\n<td><code>string (time)</code></td>\n<td>✅ Yes</td>\n<td>Start time of the work shift segment (HH:MM, 24h).</td>\n</tr>\n<tr>\n<td><code>ShiftSlotEndTime</code></td>\n<td><code>string (time)</code></td>\n<td>✅ Yes</td>\n<td>End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime.</td>\n</tr>\n<tr>\n<td><code>ShiftWeekDay</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Day of the week for the work shift segment. 1 = Monday, 7 = Sunday.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift ID</p>\n","type":"text/plain"},"type":"any","value":"857392","key":"shiftGID"}]}},"response":[{"id":"b90e4929-7f14-4b23-93be-b742f837f161","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5f6f0138-5310-4484-80bb-c08e1635d626","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0484c546-4167-4eb1-bfce-c32a60ab0e42","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e4250115-23b4-47f4-a3c5-251ec1971877","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0b55273c-0b00-45de-8139-a9654454bd0b","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"68909b3f-f5cf-41a4-b161-af5db09de869","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dc1c6dcd-62cb-4bdb-a5f1-d592b4d23743","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.shiftSegment.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"b69c22b4-14ef-4cbf-bfd5-508ae829567d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift segment (HH:MM, 24h). |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift segment (HH:MM, 24h). Must be later than ShiftSlotStartTime. |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week for the work shift segment. 1 = Monday, 7 = Sunday. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"01699e0b-824c-4e77-a47e-90fa38179d39"},{"name":"Delete Clinic Work Shift","id":"d0da1202-5c21-4451-b2c8-0fa646435f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing work shift based on its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Shifts - Delete - Delete a work shift</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"}]}},"response":[{"id":"88bf161e-a30d-471a-ab67-80357308a247","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"97ca8f77-989a-4aab-a0c7-7b56f3cc8947","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"df381f75-2392-46c6-867f-76a20756e53c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f79e8ded-481c-43eb-a27e-416de1235e0c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6142f8c4-c779-4c9a-8c11-1da538407a34","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e8b614fa-0c15-41b7-9eb0-3a6729e49c8e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9a47b645-5ecc-4ac5-8109-9c0d9747616c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d0da1202-5c21-4451-b2c8-0fa646435f12"},{"name":"Delete Work Shift Segment","id":"35fcd04c-c316-475e-880a-ff2ee988bed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a specific time slot from a work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work shifts - Delete time slot - Delete a time slot from the work shift</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift segment ID.</p>\n","type":"text/plain"},"type":"any","value":"95","key":"slotID"}]}},"response":[{"id":"5f4cbdcf-e77d-4aae-969f-4b9247b9b036","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"609f106a-466c-4442-9ce5-2fdddb4ef9be","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2713f000-5d29-4e17-9392-526a0cf203b6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e2cdb613-f378-49d9-89d8-fc9f31cbb507","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"652f12f6-6b29-4a8c-afcd-8f945da4b330","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8c474585-fe0d-4726-9c4a-b49caf856a5c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ce828327-93f3-4a8b-81c0-e5f00110a474","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"35fcd04c-c316-475e-880a-ff2ee988bed1"},{"name":"Get Clinic Work Shift Name","id":"cde87c67-a18b-4722-b135-03e6167a0b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the name of a clinic work shift based on its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Work Shifts - Edit - Get the name of a work shift</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"}]}},"response":[{"id":"7307d79b-8df3-412f-b0da-ae51502914d6","name":"Work shift name retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ShiftGName\": \"Morning Shift\"\n}"},{"id":"3f595434-3e37-446a-bdec-c4a1a0f96d82","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6c489907-43c6-41db-8f9b-8023078dfb3c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"327138b2-7cf7-44bf-bece-31d53b2db293","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"86a8ffd4-08df-4817-9733-e4d10e36035c","name":"No shift found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No shift found.\"\n}"},{"id":"dc94fb4e-5b5d-427d-81e4-e7d8c19538eb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"05ef6c9e-b711-4363-9c3c-1cce52efab3b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d0b6d831-aeb4-46a4-bfb2-176677e97ebe","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"cde87c67-a18b-4722-b135-03e6167a0b7d"},{"name":"Get Work Shift Segments","id":"28c2ec90-303a-4c8c-89bf-5ccb6c23e4f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","description":"<p>Displays the available and occupied time slots for a specific work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - View - View the time bands of the work shift</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"}]}},"response":[{"id":"455a5b0f-746e-4850-89ed-4f3f0d522643","name":"List of time slots retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ShiftID\": 7,\n    \"ShiftTimeStart\": \"08:00\",\n    \"ShiftTimeEnd\": \"23:55\",\n    \"ShiftWeekDay\": 1\n  }\n]"},{"id":"882e9fae-4f9e-4475-9624-0c0e28114190","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a4b11ed0-596a-44ad-9679-b5487e21d457","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"022f4356-8640-4196-bf63-e51007b790fb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"836de61d-475d-4a9e-8e21-13e668c3ad7e","name":"No time slots were found for this work shift.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No time slots were found for this work shift.\"\n}"},{"id":"f405d2fb-f758-4682-a7a5-06cdaa547677","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1faa62e3-34fb-46e0-a414-40c97891e2be","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d97b7cfb-835d-4eec-9e3b-29c5a3bca8af","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D/slot\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"28c2ec90-303a-4c8c-89bf-5ccb6c23e4f7"},{"name":"Modify Segment in Work Shift","id":"745236a7-afa0-4663-88b7-6a81c70836b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the times or day of an existing time slot within a shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work shifts - Modify time slot - Modify a work shift time slot</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftTimeStart</code></td>\n<td><code>string (time)</code></td>\n<td>❌ No</td>\n<td>Start time of the work shift. Optional: if omitted the current value is preserved.</td>\n</tr>\n<tr>\n<td><code>ShiftTimeEnd</code></td>\n<td><code>string (time)</code></td>\n<td>❌ No</td>\n<td>End time of the work shift. Optional: if omitted the current value is preserved.</td>\n</tr>\n<tr>\n<td><code>ShiftWeekDay</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Day of the week of the work shift. Optional: if omitted the current value is preserved.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift segment ID.</p>\n","type":"text/plain"},"type":"any","value":"95","key":"slotID"}]}},"response":[{"id":"286eaf9c-559d-4b89-ab6d-738f78bc0564","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"44c8af5a-4a42-43d8-8cb0-dca5929e9a20","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"06354d41-3597-4fb9-899f-f451600efacc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c988c305-9d5a-4b9f-b5ba-a79c887938ba","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c7c45f49-0fbc-431b-9e7f-7d1ce309709c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"dc67d4f2-61b3-4e7e-a875-e0cbd9a18cfc","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e0ad4b10-c553-4aa0-a38e-73b64a07f264","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.updateShiftSlot.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"9d2c1b85-14fe-4077-91e8-eb89b6e5dd57","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftTimeStart\": \"08:00\",\n  \"ShiftTimeEnd\": \"18:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftTimeStart` | `string (time)` | ❌ No | Start time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftTimeEnd` | `string (time)` | ❌ No | End time of the work shift. Optional: if omitted the current value is preserved. |\n| `ShiftWeekDay` | `integer` | ❌ No | Day of the week of the work shift. Optional: if omitted the current value is preserved. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"745236a7-afa0-4663-88b7-6a81c70836b5"},{"name":"Modify Work Shift Name","id":"0f3f5d29-8638-4d35-a0d3-e92289cca473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the name of an existing work shift identified by its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Save - Modify the name of a work shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftGName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>New name of the work shift.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift identifier.</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"}]}},"response":[{"id":"8c9561ba-6741-4e1e-9161-5775ed8d8d74","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8dfef5a1-9691-49dd-91bf-46a614eec8e5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9a05e338-4ce8-4ca1-ba61-fac85d5c05b3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"93b019d7-7b58-4355-a44e-03cc81ea51e4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"71e141b3-ed0f-4374-a3c5-c20b78451ee0","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"303e5478-4da2-4563-a271-d1d76f78641a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9ad68752-7f3f-4b0e-b256-0c2adc2386c3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Rotating Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nWork shift identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name of the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0f3f5d29-8638-4d35-a0d3-e92289cca473"},{"name":"View Work Shift List","id":"645deaa4-b58e-4e16-853b-173e2d5d14dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of available work shifts at the clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Work Shifts - List - View the list of work shifts</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","shift"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"450c5eb5-5c01-4b4a-9287-72cc2fd6b44d","name":"Work shift list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ShiftGID\": 1,\n    \"ShiftGName\": \"turno1\"\n  }\n]"},{"id":"7d07fbde-90f7-447c-a5cd-1f64a5e5b092","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9c0f08a3-331f-44ac-8e52-463e18405b37","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c09a088d-1138-4401-af27-02411c51b4c8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"726c2b11-3f66-4d6c-93a6-8c560898fd95","name":"No shift found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No shift found.\"\n}"},{"id":"724cf2e6-1824-4cac-bddb-d972cb5494ae","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9bf9f814-c7c1-441c-946f-082967b005e9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"e99b7bc0-72c7-4ab6-abfe-21d7824683c0","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/shift\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"645deaa4-b58e-4e16-853b-173e2d5d14dd"}],"id":"65c1f778-f338-40e9-ba15-7a7a741f955c","description":"<p>Clinic user shift definition and work shift slot endpoints.</p>\n","_postman_id":"65c1f778-f338-40e9-ba15-7a7a741f955c"},{"name":"Skill","item":[{"name":"Modifies a User's Professional Skills","id":"775d4dd1-e046-4123-a316-2293d2558399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the complete list of skills (treatments) a user can perform. Note: This operation replaces existing skills with those provided in the list.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Professional Skills - Professional Skills - Save - Modify the professional skills of a user.</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserProductID</code></td>\n<td><code>array</code></td>\n<td>✅ Yes</td>\n<td>String array with the IDs of the products/treatments that the user     will be able to perform.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"4b998b45-25ce-4de5-843c-d9139cea5e8d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"738bbde8-a524-4c0b-be77-5cce8af6ca35","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e779f706-c487-46f5-b220-abca6db9e76f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"0d15a9ee-dff3-4648-a886-fe14824c4119","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0e544b14-eb0f-44a2-a8fb-1280fe6bf251","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/skill\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0eab2734-6366-4dbf-b6de-1c0ea1772514","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"730e4fff-2673-4fee-a8aa-81e8c0447afb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserProductID\": [\n    \"63\",\n    \"64\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserProductID` | `array` | ✅ Yes | String array with the IDs of the products/treatments that the user     will be able to perform. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"775d4dd1-e046-4123-a316-2293d2558399"},{"name":"View a User's Professional Skills","id":"63a59135-a507-460b-a36b-ff9449968fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of treatments and services enabled for the user.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Professional Skills - Professional Skills - View - View the professional skills of a user.</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Professional user ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"d3265fe1-0c77-4f69-b7d7-a16bf5aff3c2","name":"Skill list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"UserProductID\": 21,\n    \"UserProductName\": \"1st eyelash application\"\n  }\n]"},{"id":"4f3bcac4-99e3-4dcd-a255-0484e9e94e11","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"683b8bcd-2111-40e1-a8ea-d860e91d984c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ddf572ad-1b42-45d0-9c60-db53d44fddff","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d72c433e-a175-4a59-8e77-33f0e4fdab80","name":"No skills found for the user.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No professional skills found. Check the data provided.\"\n}"},{"id":"62652947-2468-4f38-98b2-b51204ac2994","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"23cf3c25-bd8d-4238-af8d-3b5442aa165d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d550d5a9-4f82-4fca-a2ca-4407e3b5aed2","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/skill?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","skill"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nProfessional user ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/skill\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"63a59135-a507-460b-a36b-ff9449968fcd"}],"id":"dc7503e7-b93f-4f29-b6ba-b0c26ce20e5e","description":"<p>Clinic user skill assignment and capability endpoints.</p>\n","_postman_id":"dc7503e7-b93f-4f29-b6ba-b0c26ce20e5e"},{"name":"Timetable","item":[{"name":"Assign New Timetable to User","id":"25b7f404-23e8-4c81-b7e2-f5caa7444a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","description":"<p>Assigns a work schedule to a user. When UserTimetableEndDate is provided, the backend assigns it to all timetable entries in the requested date range.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Work Schedules - Create - Add a new work schedule</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserTimetableStart</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date.</td>\n</tr>\n<tr>\n<td><code>UserTimetableEndDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate.</td>\n</tr>\n<tr>\n<td><code>UserTimetableShiftGID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Shift template ID to assign to the user timetable.</td>\n</tr>\n<tr>\n<td><code>UserTimetableShiftScope</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week.</td>\n</tr>\n<tr>\n<td><code>UserTimetableShiftGID2</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Optional second shift template ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"89c7f9cd-244b-4523-a1fc-1b4b5c2bc3c1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"130264dc-b338-42af-aa4f-e495b8d6773c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6f99162c-4921-43c7-bbaf-dbe041330958","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2c1f17bf-4450-412c-961a-b6bad221a2ef","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6b5cd7fb-92e7-4278-944a-e6bcb572ac1d","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"13bceb03-0c77-4b72-990d-d0b1f330f350","name":"No time slots have been created for the shift being saved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Your work shift could not be saved because no timetable slot has been created. To save your shift, you must create at least one timetable slot.\",\n  \"errorCode\": \"723\"\n}"},{"id":"f66c1a6a-1dd7-4633-a005-a0c7446efff1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dc5f10f9-af4f-4127-9c83-01abecd714c7","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.newTimetable.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c99742e2-35ea-4df6-afa1-5eabb8d76794","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableShiftGID\": 1,\n  \"UserTimetableStart\": \"19/01/2026\",\n  \"UserTimetableEndDate\": \"31/05/2026\",\n  \"UserTimetableShiftScope\": 1,\n  \"UserTimetableShiftGID2\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Schedule start date (format dd/MM/yyyy). When UserTimetableEndDate is provided, this is the range start date. |\n| `UserTimetableEndDate` | `string` | ❌ No | Optional range end date (format dd/MM/yyyy). When provided, the shift is assigned to every timetable entry whose start date is between UserTimetableStart and UserTimetableEndDate. |\n| `UserTimetableShiftGID` | `integer` | ✅ Yes | Shift template ID to assign to the user timetable. |\n| `UserTimetableShiftScope` | `integer` | ❌ No | Scope identifier for the shift assignment. 1 if you want to assign it to several weeks and 2 if it is indefinitely, otherwise by default it will only be assigned to this week. |\n| `UserTimetableShiftGID2` | `integer` | ❌ No | Optional second shift template ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"25b7f404-23e8-4c81-b7e2-f5caa7444a22"},{"name":"Create User Timetable Slot","id":"4bb50470-31f1-4a02-9c2c-cde23858db81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","description":"<p>Creates a new time slot in a user's timetable.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Work hours - Add time slot - Add a time slot to the work schedule</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserTimetableStart</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Start time of the timetable slot segment (HH:mm).</td>\n</tr>\n<tr>\n<td><code>UserTimetableEnd</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>End time of the timetable slot segment (HH:mm).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Date of the timetable slot segment.</p>\n","type":"text/plain"},"key":"UserTimetableDate","value":"20/01/2026"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"43fcb7d5-b3f5-4ab9-97eb-918c32ad6636","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fa9565a5-b857-4b97-ab2c-b8a98c3216f9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"79423b26-32ab-4620-a5dc-7b27a0b01d35","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"69f6ebee-e1fc-4233-a52b-df4101ac38b5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"538b141c-ac74-4283-bbdd-341444f1ad50","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable/slot\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"235d1764-dc44-4ee6-bc8f-65bb520e8015","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"fce61657-0e08-4326-94d6-2c3f0b40db6c","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.createTimetableSlot.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"9f41402b-fbbe-4768-a884-28e4d146c80d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableEnd\": \"14:00\",\n  \"UserTimetableStart\": \"08:00\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/01/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nDate of the timetable slot segment.","key":"UserTimetableDate","value":"20/01/2026","x-postman-displayValue":"20/01/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableStart` | `string` | ✅ Yes | Start time of the timetable slot segment (HH:mm). |\n| `UserTimetableEnd` | `string` | ✅ Yes | End time of the timetable slot segment (HH:mm). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"4bb50470-31f1-4a02-9c2c-cde23858db81"},{"name":"Delete Timetable Slot","id":"2102c09e-c355-4fa0-ac44-c8729bb3be34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a specific segment or time slot from a user's work schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Work hours - Delete time slot - Remove a time slot from work hours</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift segment ID.</p>\n","type":"text/plain"},"type":"any","value":"95","key":"slotID"}]}},"response":[{"id":"bf6d002c-2299-431d-b50f-0ab084e9b392","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"083b9f00-2d08-4d03-b3a3-4a5301f563f2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f6f537ea-463d-4ba8-80f0-518916ef98dd","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"bc629337-5cca-41ca-8d5b-6de2da3f16d9","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e5e2e727-c73c-4370-b4fd-aeb0346f32c8","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"2a69674c-5cff-46e5-b364-0e7ad18ac425","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"bb3c67f4-21ec-4838-b7e1-1a6a0ccddbfe","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"95","description":"**Required** | Type: `integer`\n\nWork shift segment ID."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"2102c09e-c355-4fa0-ac44-c8729bb3be34"},{"name":"Delete User Timetable","id":"5819dbee-6f7a-4c33-b345-fd73d87dccfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026","description":"<p>Deletes one user timetable entry or, when UserTimetableEndDate is provided, all entries in the requested date range.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Work Hours - Delete - Delete a work schedule</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Schedule start date of the timetable to delete (dd/MM/yyyy).</p>\n","type":"text/plain"},"key":"UserTimetableDate","value":"27/04/2026"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Optional range end date for deleting multiple timetable entries.</p>\n","type":"text/plain"},"key":"UserTimetableEndDate","value":"31/05/2026"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"5b4f5a30-0217-456b-96d6-f6033e3ef089","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6f01cc66-2766-4947-b388-2d4cb40b5cb2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6f11448d-d53d-458d-a9ed-e6b97b142d48","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9e65af37-1405-4af4-8012-49b117177bcb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"af99552e-a710-4245-824e-127a9a6e83db","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8c1d38fd-3631-43de-8200-2d5720e3c8f5","name":"Returns the failure details for delete user timetables by date range.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error while deleting timetable range.\"\n}"},{"id":"e365b5d9-a508-4b2b-bc19-1e412bf97168","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.deleteTimetable.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c8ec4077-921d-426c-bb58-eb45d6dc38db","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=27/04/2026&UserTimetableEndDate=31/05/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nSchedule start date of the timetable to delete (dd/MM/yyyy).","key":"UserTimetableDate","value":"27/04/2026","x-postman-displayValue":"27/04/2026"},{"description":"**Optional** | Type: `string`\n\nOptional range end date for deleting multiple timetable entries.","key":"UserTimetableEndDate","value":"31/05/2026","x-postman-displayValue":"31/05/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5819dbee-6f7a-4c33-b345-fd73d87dccfc"},{"name":"Get Timetable List","id":"5bb4dc2e-297f-4785-b76a-525d969cb8a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves a user's work schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Work Hours - List - View a user's working hours</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"6731c04b-cc17-432f-8d09-58b50808bae8","name":"Schedule list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"UserTimetableUserID\": 249,\n  \"UserTimetableUserName\": \"Carlos\",\n  \"UserTimetables\": [\n    {\n      \"UserTimetableID\": \"2026-13\",\n      \"UserTimetableName\": \"turno completo 1\",\n      \"UserTimetableStart\": \"23/03/2026\",\n      \"UserTimetableEnd\": \"29/03/2026\"\n    },\n    {\n      \"UserTimetableID\": \"2026-14\",\n      \"UserTimetableName\": \"turno completo 1\",\n      \"UserTimetableStart\": \"30/03/2026\",\n      \"UserTimetableEnd\": \"05/04/2026\"\n    }\n  ]\n}"},{"id":"2e273fc7-f850-4a46-877c-4407196668f8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0fb22866-08fc-422f-b46f-1a0e6e9c4207","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7b57fab8-cc36-4178-a556-39dc20bceb2c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e6a4b2e3-5bae-4ac5-af47-880e31432734","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"cd5d6c6c-39f4-4cee-b176-e557fbb089f9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a60960fe-79fe-47bd-86b7-747d7880993e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5bb4dc2e-297f-4785-b76a-525d969cb8a6"},{"name":"Get User Timetable Slots","id":"56de1d98-c663-429b-866a-ac1f1f6f8a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","description":"<p>Retrieves the list of time slots for a specific date.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Working hours - See - View the time bands of the working hours</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Work shift segment date (dd/MM/yyyy).</p>\n","type":"text/plain"},"key":"UserTimetableDate","value":"20/04/2026"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"}]}},"response":[{"id":"86a6c5fc-7160-47a3-b5b0-eda4532295ae","name":"List of time slots retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"UserTimetableUserID\": 85,\n    \"UserTimetableDate\": \"2026-01-19\",\n    \"UserTimetableTimeStart\": \"09:00\",\n    \"UserTimetableTimeEnd\": \"14:00\"\n  }\n]"},{"id":"62d888e1-03b2-46bc-8b74-7ca19cfd6e4f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0e2c1809-cf5b-45d2-a343-7a3186a9cb7f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b22fc760-02e5-433b-a179-abf5e41c4425","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"68d96090-e1ca-461b-a128-f780f3528353","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable/slots\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e1fae841-d5cd-4493-a20e-a93ad7ec7a84","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"71f25897-3be7-4282-8008-1d8d9a1cd318","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.getSlots.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"856e7462-1fb0-48bc-ad9e-bbaec427bde6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slots?server={{server}}&systemkey={{systemkey}}&UserTimetableDate=20/04/2026","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slots"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `string`\n\nWork shift segment date (dd/MM/yyyy).","key":"UserTimetableDate","value":"20/04/2026","x-postman-displayValue":"20/04/2026"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"56de1d98-c663-429b-866a-ac1f1f6f8a18"},{"name":"Modify Timetable Slot","id":"152ab8d0-6060-44d1-b9b9-0c92a101ecbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing time slot in the user's work schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Working hours - Work hours - Modify time slot - Modify a time slot of working hours</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserTimetableDate</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>New slot date (dd/MM/yyyy). If omitted, the current value is preserved.</td>\n</tr>\n<tr>\n<td><code>UserTimetableTimeStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Shift start time (HH:mm). If omitted, the current value is preserved.</td>\n</tr>\n<tr>\n<td><code>UserTimetableTimeEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Shift end time (HH:mm). If omitted, the current value is preserved.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID.</p>\n","type":"text/plain"},"type":"any","value":"249","key":"userID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Timetable slot ID (UserTimetableUserID from the slots list).</p>\n","type":"text/plain"},"type":"any","value":"1449","key":"slotID"}]}},"response":[{"id":"476308bd-b101-4e6f-9c51-fa330c8be3c2","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e0393de0-e8e7-4da3-adcd-d879ba707242","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c3c526a4-8328-400e-a261-9f1fcf8936ab","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3bb54be1-ac81-4ee4-a2b7-5ced516c70ed","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"49d556d8-3b6e-4c24-8245-f73917295ccc","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user/%7B%7BuserID%7D%7D/timetable/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c556b015-6d4f-42f2-89f8-931e38bae541","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7703f056-1d3b-4677-98d2-c57fa8bd4f85","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"{flow.validation.editSlot.message}\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"1ad4acf9-c1a4-4169-b602-de0b929793ff","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserTimetableDate\": \"20/01/2026\",\n  \"UserTimetableTimeStart\": \"08:05\",\n  \"UserTimetableTimeEnd\": \"14:40\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user/{{userID}}/timetable/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user","{{userID}}","timetable","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."},{"key":"slotID","value":"1449","description":"**Required** | Type: `integer`\n\nTimetable slot ID (UserTimetableUserID from the slots list)."},{"key":"userID","value":"249","description":"**Required** | Type: `integer`\n\nUser ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserTimetableDate` | `string` | ✅ Yes | New slot date (dd/MM/yyyy). If omitted, the current value is preserved. |\n| `UserTimetableTimeStart` | `string` | ❌ No | Shift start time (HH:mm). If omitted, the current value is preserved. |\n| `UserTimetableTimeEnd` | `string` | ❌ No | Shift end time (HH:mm). If omitted, the current value is preserved. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"152ab8d0-6060-44d1-b9b9-0c92a101ecbb"}],"id":"b806b287-0612-4be8-87d8-64b56a14f7f7","description":"<p>Clinic user timetable and availability configuration endpoints.</p>\n","_postman_id":"b806b287-0612-4be8-87d8-64b56a14f7f7"},{"name":"View Clinic User List","id":"a09afebd-d48d-498b-8cd6-a42586276b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of users assigned to a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Users - List - See the list of users provided by a clinic</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","user"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"5fb29b96-9034-42b1-ab69-6693b2d68b6e","name":"Clinic user list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"UserID\": 250,\n    \"UserName\": \"francisco\",\n    \"UserLogin\": \"fran@gmail.com\",\n    \"UserBindToIP\": false,\n    \"UserClassDesc\": \"Doctor\",\n    \"UserDisabled\": false\n  }\n]"},{"id":"3ceacc5e-34eb-41b2-8f0d-bb56cebc8316","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"5bed9f08-0bb0-4b90-a655-9f7904fe4629","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4f70a091-9df2-4727-bfe8-4730087e3e61","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"903e402f-9071-4acc-8a8f-7faddbbb6c9c","name":"No users found in the clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No users found in the clinic.\"\n}"},{"id":"de8ba57c-4fdf-4c0b-9edc-8c8e81ca4949","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9d77a6ef-62fe-4143-8761-d5d2d35f014c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"44b874b7-7f2d-4bc3-92b1-ba8f91676820","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/user?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/user\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"a09afebd-d48d-498b-8cd6-a42586276b97"}],"id":"e6756849-67cd-469a-9322-95047003a1ce","description":"<p>Clinic user configuration subfolders.</p>\n","_postman_id":"e6756849-67cd-469a-9322-95047003a1ce"},{"name":"Get Clinic Data","id":"4da8cf8f-a4cf-446d-8bec-571a7d491efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the data of a specific clinic by its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Clinics - Editar - Obtain the data of a clinic</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the clinic to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"3510a853-0524-4cd2-9427-411f60acd966","name":"Clinic data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ClinicID\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicMunicipalCode\": \"\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicProvinceName\": \"Almería\",\n  \"ClinicProvincesCode\": \"\",\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicPhone2\": \"\",\n  \"ClinicEMail\": \"alexgarohotmailcom@gmail.com\",\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCCCIBAN\": \"\",\n  \"ClinicCCCBIC\": \"\",\n  \"ClinicNotes\": \"\",\n  \"ClinicPrefix\": \"000001\",\n  \"ClinicProductGID\": 1,\n  \"ClinicProductGName\": \"Tarifa Base\",\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicSUN\": 0,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicCashDeskStart\": \"0,00\",\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicReadOnly\": 0,\n  \"ClinicTest\": 0,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicHasCashClosed\": -1,\n  \"ClinicHasPending\": -1,\n  \"ClinicOrders\": -1,\n  \"ClinicOrdersPending\": -1,\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicPurchasingCenterName\": \"3-CentralCompras\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClinicMailMktAPIKey\": \"\",\n  \"ClinicMailMktEmail\": \"\",\n  \"ClinicMailMktProvider\": 0,\n  \"ClinicFormFootNotes\": \"\",\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicStorageRemaining\": \"95,34\",\n  \"ClinicStorageMax\": 100,\n  \"ClinicDisabled\": 0,\n  \"ClinicAppTimeStart\": \"09:00\",\n  \"ClinicAppTimeEnd\": \"21:00\",\n  \"ClinicAppSATTimeStart\": \"09:00\",\n  \"ClinicAppSATTimeEnd\": \"14:00\",\n  \"CountryCIFLabel\": \"CIF\",\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": \"\",\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": \"\",\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicSIRESEnabled\": 0,\n  \"ClinicHasFPay\": 0,\n  \"ClinicHasInvopop\": 0\n}"},{"id":"a5255ade-4d26-4b7e-b6c8-39feeb474122","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e56364b4-e6b9-49a7-a275-b26d28f94e81","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f1adacd0-c41d-4b55-bc98-4294f44c9e41","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"658941f9-cebc-4b99-8675-155b7aa2a1ee","name":"No clinic found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No clinic found with the provided ID.\",\n  \"errorCode\": \"65\"\n}"},{"id":"a5ebf5e8-0c37-4109-802d-9a2f980dbca1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"062e156a-31b8-47d0-8aed-c9ac2379d3cc","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"9bd2a176-42bd-4cdf-a2a2-eca7a41bd849","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"4da8cf8f-a4cf-446d-8bec-571a7d491efc"},{"name":"Search Clients in Clinic","id":"56c3d140-a23b-4189-bea7-21a9390e212c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","description":"<p>Searches for clients within the specified clinic. In <strong>reseller (isolated) mode</strong>, the search is scoped strictly to the clinic identified by <code>clinicID</code>.\nIn <strong>non-reseller (shared) mode</strong>, the system performs a global search across all clinics transparently — <code>clinicID</code> is still required as a path parameter for routing consistency, but does not restrict the search scope.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - If there are customers - If there are customers in your beauty salon</p>\n","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}","client"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"ef1fd279-57f5-4c14-b302-e4c6c3ff35ba","name":"No clients found in the clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"AppClientSearch\": false\n}"},{"id":"d4f540e5-945d-42df-951d-2b777160c922","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"de8efc53-afa9-4c81-bcfd-1ee9f8f9894e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"68aabf23-7b8a-4139-aa15-772debb0017f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"246a8c1d-57b0-42eb-9dcf-e79b3696a3ef","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D/client\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b55f54b4-7e77-4c24-a6df-ff7b7914a45f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d4dd989f-5410-4c8f-abbb-8d036c8b231d","name":"Clients found in the clinic","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"AppClientSearch\": true\n}"},{"id":"797304dc-219b-4153-977c-b771665d3bdb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}/client?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}","client"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"56c3d140-a23b-4189-bea7-21a9390e212c"},{"name":"Update Clinic Data","id":"575a15bb-215c-4eb4-8c49-5e5c5cfc5912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the data of an existing clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Clinics - Save - Update a clinic's data</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ClinicPrefix</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Unique prefix code identifying the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Legal name of the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicAddress</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Street address of the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicCity</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>City where the clinic is located.</td>\n</tr>\n<tr>\n<td><code>ClinicPostCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Postal code of the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicProvinceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Province identifier.</td>\n</tr>\n<tr>\n<td><code>ClinicCountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Country identifier.</td>\n</tr>\n<tr>\n<td><code>ClinicPhone</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Primary phone number.</td>\n</tr>\n<tr>\n<td><code>ClinicEMail</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Email address of the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Internal notes about the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicSUN</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the clinic is open on Sundays. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicTimeStart</code></td>\n<td><code>string (time)</code></td>\n<td>❌ No</td>\n<td>Weekday opening time (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>ClinicTimeEnd</code></td>\n<td><code>string (time)</code></td>\n<td>❌ No</td>\n<td>Weekday closing time (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>ClinicSAT</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the clinic is open on Saturdays. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicPrintSizeID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Print size identifier for the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicSATTimeStart</code></td>\n<td><code>string (time)</code></td>\n<td>❌ No</td>\n<td>Saturday opening time (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>ClinicSATTimeEnd</code></td>\n<td><code>string (time)</code></td>\n<td>❌ No</td>\n<td>Saturday closing time (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>ClinicProductGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the tariff group assigned to the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicAppConcurrent</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of concurrent appointments allowed.</td>\n</tr>\n<tr>\n<td><code>ClinicIP</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Allowed IP address for the clinic. Use 0.0.0.0 for no restriction.</td>\n</tr>\n<tr>\n<td><code>ClinicCIF</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Tax identification number of the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicCashDeskStart</code></td>\n<td><code>number (decimal)</code></td>\n<td>❌ No</td>\n<td>Initial cash desk amount.</td>\n</tr>\n<tr>\n<td><code>ClinicPayDeferred</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether deferred payment is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicFWAEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether FWA (online booking) is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicCommercialName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Commercial name of the clinic.</td>\n</tr>\n<tr>\n<td><code>ClinicPurchasingCenter</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicPurchasingCenterID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the purchasing center the clinic belongs to.</td>\n</tr>\n<tr>\n<td><code>ClinicStatsDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled.</td>\n</tr>\n<tr>\n<td><code>ClinicCCCIBAN</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>IBAN bank account number.</td>\n</tr>\n<tr>\n<td><code>ClinicCCCBIC</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>BIC/SWIFT code.</td>\n</tr>\n<tr>\n<td><code>ClinicTimeTableEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the timetable is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClientUsersProductsEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether client user products are enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicPhone2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Secondary phone number.</td>\n</tr>\n<tr>\n<td><code>ClinicLaserSignEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether laser signature is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicStickedApps</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether appointments are stacked. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicSignLock</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether sign lock is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicSignLockCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>4-8 digit numeric PIN for sign lock.</td>\n</tr>\n<tr>\n<td><code>ClinicNewClientLock</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether new client lock is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicNewClientLockCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>4-8 digit numeric PIN for new client lock.</td>\n</tr>\n<tr>\n<td><code>ClinicIsStockVisible</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether stock is visible in the clinic. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ClinicCLUES</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>CLUES code (Mexico health facility identifier).</td>\n</tr>\n<tr>\n<td><code>ClinicMunicipalCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Municipal code of the clinic.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["clinic","{{clinicID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the clinic to update.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"clinicID"}]}},"response":[{"id":"6aa67755-0d9e-4b98-820b-bed9c9ce69c4","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d284e6d3-ac4f-4367-ab10-46d453784e02","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0ac37b3c-912a-4f74-a7db-226f1a6ac088","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4b5efa8a-62bc-48a5-8d4b-29555de158bc","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"81d6e1d1-94b0-4291-abd9-fc51a3d92351","name":"No clinic found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No clinic found with the provided ID.\",\n  \"errorCode\": \"65\"\n}"},{"id":"17726a4f-e718-4c42-9a97-86928a5c42ad","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dbbd710b-c451-497e-be0b-ebc958f92789","name":"EditClinicValidationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The clinic could not be updated. Check that the submitted parameters are valid.\",\n  \"errorCode\": \"304\"\n}"},{"id":"fcafb107-473f-41fe-9ff8-6a476d6c35c9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2c01d43c-cae2-47f6-839a-cc2f30fac125","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d6585668-177f-4e83-a2e3-059e6c7ddb0a","name":"EditClinicNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No clinic found with the provided ID.\",\n  \"errorCode\": \"714\"\n}"},{"id":"66eed9ea-906e-46b6-b65d-c579f8288563","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ClinicPrefix\": 1,\n  \"ClinicName\": \"Nombre Centro\",\n  \"ClinicAddress\": \"Jaime Calatrava\",\n  \"ClinicCity\": \"Tabernas\",\n  \"ClinicPostCode\": \"28342\",\n  \"ClinicProvinceID\": 4,\n  \"ClinicCountryID\": 201,\n  \"ClinicPhone\": \"666777888\",\n  \"ClinicEMail\": \"clinic@example.com\",\n  \"ClinicNotes\": \"Notes about the clinic\",\n  \"ClinicSUN\": 0,\n  \"ClinicTimeStart\": \"08:00\",\n  \"ClinicTimeEnd\": \"21:00\",\n  \"ClinicSAT\": -1,\n  \"ClinicPrintSizeID\": 2,\n  \"ClinicSATTimeStart\": \"08:00\",\n  \"ClinicSATTimeEnd\": \"21:00\",\n  \"ClinicProductGID\": 1,\n  \"ClinicAppConcurrent\": 0,\n  \"ClinicIP\": \"0.0.0.0\",\n  \"ClinicCIF\": \"123413L\",\n  \"ClinicCashDeskStart\": 0.0,\n  \"ClinicPayDeferred\": -1,\n  \"ClinicFWAEnabled\": -1,\n  \"ClinicCommercialName\": \"Nombre Centro\",\n  \"ClinicPurchasingCenter\": 0,\n  \"ClinicPurchasingCenterID\": 3,\n  \"ClinicStatsDisabled\": 0,\n  \"ClinicCCCIBAN\": \"ES3121000404050314259149\",\n  \"ClinicCCCBIC\": \"BBVAESMM\",\n  \"ClinicTimeTableEnabled\": -1,\n  \"ClientUsersProductsEnabled\": -1,\n  \"ClinicPhone2\": 666777888,\n  \"ClinicLaserSignEnabled\": 0,\n  \"ClinicStickedApps\": 0,\n  \"ClinicSignLock\": 0,\n  \"ClinicSignLockCode\": 1234,\n  \"ClinicNewClientLock\": 0,\n  \"ClinicNewClientLockCode\": 1234,\n  \"ClinicIsStockVisible\": 0,\n  \"ClinicCLUES\": \"\",\n  \"ClinicMunicipalCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/clinic/{{clinicID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic","{{clinicID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"clinicID","value":"1","description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic to update."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ClinicPrefix` | `string` | ❌ No | Unique prefix code identifying the clinic. |\n| `ClinicName` | `string` | ❌ No | Legal name of the clinic. |\n| `ClinicAddress` | `string` | ❌ No | Street address of the clinic. |\n| `ClinicCity` | `string` | ❌ No | City where the clinic is located. |\n| `ClinicPostCode` | `string` | ❌ No | Postal code of the clinic. |\n| `ClinicProvinceID` | `integer` | ❌ No | Province identifier. |\n| `ClinicCountryID` | `integer` | ❌ No | Country identifier. |\n| `ClinicPhone` | `string` | ❌ No | Primary phone number. |\n| `ClinicEMail` | `string` | ❌ No | Email address of the clinic. |\n| `ClinicNotes` | `string` | ❌ No | Internal notes about the clinic. |\n| `ClinicSUN` | `integer` | ❌ No | Whether the clinic is open on Sundays. -1 = yes, 0 = no. |\n| `ClinicTimeStart` | `string (time)` | ❌ No | Weekday opening time (HH:mm format). |\n| `ClinicTimeEnd` | `string (time)` | ❌ No | Weekday closing time (HH:mm format). |\n| `ClinicSAT` | `integer` | ❌ No | Whether the clinic is open on Saturdays. -1 = yes, 0 = no. |\n| `ClinicPrintSizeID` | `integer` | ❌ No | Print size identifier for the clinic. |\n| `ClinicSATTimeStart` | `string (time)` | ❌ No | Saturday opening time (HH:mm format). |\n| `ClinicSATTimeEnd` | `string (time)` | ❌ No | Saturday closing time (HH:mm format). |\n| `ClinicProductGID` | `integer` | ❌ No | ID of the tariff group assigned to the clinic. |\n| `ClinicAppConcurrent` | `integer` | ❌ No | Number of concurrent appointments allowed. |\n| `ClinicIP` | `string` | ❌ No | Allowed IP address for the clinic. Use 0.0.0.0 for no restriction. |\n| `ClinicCIF` | `string` | ❌ No | Tax identification number of the clinic. |\n| `ClinicCashDeskStart` | `number (decimal)` | ❌ No | Initial cash desk amount. |\n| `ClinicPayDeferred` | `integer` | ❌ No | Whether deferred payment is enabled. -1 = yes, 0 = no. |\n| `ClinicFWAEnabled` | `integer` | ❌ No | Whether FWA (online booking) is enabled. -1 = yes, 0 = no. |\n| `ClinicCommercialName` | `string` | ❌ No | Commercial name of the clinic. |\n| `ClinicPurchasingCenter` | `integer` | ❌ No | Whether the clinic belongs to a purchasing center. -1 = yes, 0 = no. |\n| `ClinicPurchasingCenterID` | `integer` | ❌ No | ID of the purchasing center the clinic belongs to. |\n| `ClinicStatsDisabled` | `integer` | ❌ No | Whether statistics are disabled for the clinic. -1 = disabled, 0 = enabled. |\n| `ClinicCCCIBAN` | `string` | ❌ No | IBAN bank account number. |\n| `ClinicCCCBIC` | `string` | ❌ No | BIC/SWIFT code. |\n| `ClinicTimeTableEnabled` | `integer` | ❌ No | Whether the timetable is enabled. -1 = yes, 0 = no. |\n| `ClientUsersProductsEnabled` | `integer` | ❌ No | Whether client user products are enabled. -1 = yes, 0 = no. |\n| `ClinicPhone2` | `string` | ❌ No | Secondary phone number. |\n| `ClinicLaserSignEnabled` | `integer` | ❌ No | Whether laser signature is enabled. -1 = yes, 0 = no. |\n| `ClinicStickedApps` | `integer` | ❌ No | Whether appointments are stacked. -1 = yes, 0 = no. |\n| `ClinicSignLock` | `integer` | ❌ No | Whether sign lock is enabled. -1 = yes, 0 = no. |\n| `ClinicSignLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for sign lock. |\n| `ClinicNewClientLock` | `integer` | ❌ No | Whether new client lock is enabled. -1 = yes, 0 = no. |\n| `ClinicNewClientLockCode` | `string` | ❌ No | 4-8 digit numeric PIN for new client lock. |\n| `ClinicIsStockVisible` | `integer` | ❌ No | Whether stock is visible in the clinic. -1 = yes, 0 = no. |\n| `ClinicCLUES` | `string` | ❌ No | CLUES code (Mexico health facility identifier). |\n| `ClinicMunicipalCode` | `string` | ❌ No | Municipal code of the clinic. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic/%7B%7BclinicID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"575a15bb-215c-4eb4-8c49-5e5c5cfc5912"},{"name":"View Clinic List","id":"5025aa71-0fa2-4b5b-a212-a32894241919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of clinics.</p>\n<p><strong>Permision:</strong></p>\n<p>Clinic - Clinics - List - See the list of clinics</p>\n","urlObject":{"protocol":"https","path":["clinic"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[]}},"response":[{"id":"6b44fb12-35a5-456a-ab11-c6ea5eb2dd67","name":"Clinic list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ClinicID\": 1,\n    \"ClinicPrefix\": \"000001\",\n    \"ClinicName\": \"Nombre Centro\",\n    \"ClinicInvoiceName\": \"Nombre Centro\",\n    \"ClinicCity\": \"Tabernas\",\n    \"ClinicReplaceAllow\": -1,\n    \"ClinicDisabled\": 0\n  }\n]"},{"id":"aa4548da-0be4-4f7e-8a64-ed20e34af25e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"28af4655-ed1e-4563-b000-bfe82f385b56","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"382ac8fb-0a54-4798-96c0-cf5f5d58c743","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5b2f0c5e-8224-428a-9b30-4d52838cfef5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/clinic\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a91281c6-8d05-46a9-bcda-d2a6c6fbf34e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"81fa2d1b-ab7d-4bf6-aa3f-e734bc78b6cb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/clinic?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["clinic"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5025aa71-0fa2-4b5b-a212-a32894241919"}],"id":"be1572bf-c06b-4469-9ac9-dbf7623ba9a1","description":"<p>Clinic-wide configuration and operational endpoints.</p>\n","_postman_id":"be1572bf-c06b-4469-9ac9-dbf7623ba9a1"},{"name":"Credit Note","item":[{"name":"Detail","item":[{"name":"Add a Concept to Credit Note","id":"d7fe3b1e-8f0d-4dee-b466-503295b19e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a manual item or concept to an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add concept - Add a concept to the rectification invoice</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CreditNoteItem</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Description of the concept or item.</td>\n</tr>\n<tr>\n<td><code>CreditNoteTotalAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Product price amount.</td>\n</tr>\n<tr>\n<td><code>CreditNoteVAT</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>VAT value of the concept.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","item"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID (corrective invoice).</p>\n","type":"text/plain"},"type":"any","value":"13","key":"creditnoteGID"}]}},"response":[{"id":"0f1b0fbe-afa0-4c88-b29f-dcfd7a06b1bb","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"546446ea-4c25-4c51-83c6-dc24539f98ee","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"28c34584-3703-48bc-b130-cb9fd652e3ff","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e1304c30-f06d-4615-b3e3-7d56ee0db7c4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5627d0a3-164d-4c83-bd9b-9115ff29e78d","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/item\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"9ef84d22-59fa-4b13-99e4-7bdb56e4fa1a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"33d47a8b-b38c-4ef2-a102-66641d916e9d","name":"MissingRequiredFields","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The following fields are required.\"\n}"},{"id":"2eb1322d-8649-4877-a5cd-3d9d78ebc045","name":"ConceptError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not add the concept to the corrective invoice. Check the data.\",\n  \"ErrorCode\": \"74\"\n}"},{"id":"ec547957-7a32-46b7-94dc-5984f21f5616","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9540dc2b-4e52-4bf5-a471-05f0c0f9b9a8","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"46367a7a-2ce4-421c-9198-ec42d3c882f1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteItem\": \"Consultation fee\",\n  \"CreditNoteTotalAmount\": 25.0,\n  \"CreditNoteVAT\": 21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/item?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","item"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"13","description":"**Required** | Type: `integer`\n\nCredit Note ID (corrective invoice)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteItem` | `string` | ✅ Yes | Description of the concept or item. |\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Product price amount. |\n| `CreditNoteVAT` | `number (double)` | ✅ Yes | VAT value of the concept. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d7fe3b1e-8f0d-4dee-b466-503295b19e34"},{"name":"Add Product to the Credit Note","id":"7a44e0da-4008-468f-bc0e-fde6039afd9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a product to an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add product - Add aproduct to the ticket</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of product units.</td>\n</tr>\n<tr>\n<td><code>ProductUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Product seller identifier.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"105","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID.</p>\n","type":"text/plain"},"type":"any","value":"223","key":"productID"}]}},"response":[{"id":"e494b88f-09b0-4b4e-9fec-2293a4c1144f","name":"Product Added.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"CreditNoteID\": 1269\n}"},{"id":"6df33b63-07f6-434b-a305-be4492214519","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"31cef4fd-9a70-4d36-ae34-fb307880cdb1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6575ee1b-42ce-4641-a307-b7aadfe912b1","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"169cfc11-6617-4af1-ba78-af0f5263c319","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"cafe6251-1bf6-4bfc-891c-06feef9193ed","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c91ee560-6a63-4a4e-b2b1-0666912ea73f","name":"ProductNotAdded","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the credit note, the quantity is not valid.\",\n  \"errorCode\": \"46\"\n}"},{"id":"f310619f-5fbe-4782-9911-d16271c2b72e","name":"ProductNotAdded2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the credit note, the product ID is not valid.\",\n  \"errorCode\": \"717\"\n}"},{"id":"360beed5-cd21-4347-9cf2-5b36c43bf4ff","name":"ProductNotAdded3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The product could not be added to the credit note. Check the loyalty discount or the credit note or product ID.\",\n  \"ErrorCode\": \"46\"\n}"},{"id":"b5e10f33-e692-4c95-9320-ba58b5e609b5","name":"InvalidCreditNoteUserID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the credit note, the CreditNoteUserID is not valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"641c6cc7-475f-4f95-91be-6044781204a3","name":"ProductOverflow","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the credit note, one of the numeric values is out of range.\",\n  \"errorCode\": \"16\"\n}"},{"id":"2efa6a98-0376-46c1-9c36-1c6e606c2ae4","name":"InvalidCreditNoteID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the credit note, Check the parameters.\",\n  \"errorCode\": \"74\"\n}"},{"id":"0569ea7d-db40-4e01-9e71-7794beb2ffdc","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9ef2ce45-b508-4a13-a70b-1d17ae761d24","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"1e1cc2db-df87-4a11-9a99-34631a68738b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"105","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"7a44e0da-4008-468f-bc0e-fde6039afd9c"},{"name":"Apply Price Reduction","id":"e05d92a8-ab5e-41a2-98bc-6f6e180a88b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}","description":"<p>Apply a 50% discount for zone reduction (modifiable from branch settings).</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Apply predefined discount - Aplicar un descuento del 50% por reducción de zona (modificable desde configuración de sucursal)</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID</p>\n","type":"text/plain"},"type":"any","value":"248","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail line ID</p>\n","type":"text/plain"},"type":"any","value":"440","key":"creditnoteID"}]}},"response":[{"id":"8f037e91-e374-41b7-87c1-0131f5112ecf","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"603bc808-7ac9-4a84-9ed5-d27bf37aa12a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2fe50cc4-06e3-40c9-9881-951d6ec49197","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ab2057b2-39a2-4be9-9487-bf33a43b58c2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6734ec9c-4d8c-4411-b514-178520d37048","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D/reduce\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a74a2cd1-bebe-4db4-8674-d10ee05117a8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"744ca49d-e3f3-409b-9d77-9caba9d9d16a","name":"ReductionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error reducing the price, check the provided data.\",\n  \"errorCode\": \"59\"\n}"},{"id":"0cf3aa93-ec49-4f91-b270-d63d85b48a51","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9386e0f9-cf04-49b7-b83b-0de9be751d54","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"49b92ed0-0ae3-47f0-9b19-1aad44b57272","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e05d92a8-ab5e-41a2-98bc-6f6e180a88b5"},{"name":"Edit Credit Note Line Item","id":"1266aa38-d807-4e70-a488-f994620cca6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies the price, units, or discount of a specific credit note line item.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Modify concept - Modify the concept of a rectifying invoice for difference or restore it</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CreditNoteTotalAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>product price.</td>\n</tr>\n<tr>\n<td><code>CreditNoteUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Product units.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"7","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail line ID.</p>\n","type":"text/plain"},"type":"any","value":"6","key":"creditnoteID"}]}},"response":[{"id":"a2391e9f-7691-44e5-9d51-b04e20b87ef0","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a770535a-7ac7-4795-a559-2e5b8b5e712a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"bd70837a-41d0-4c8d-aa63-e38322e9b772","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"fb3732f2-8568-4aa2-85da-2a1e782d76c3","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"354c474a-009b-46cd-9a9e-87902d0e915a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b6f3a0a6-94d2-438d-8c57-7f26ff736ba7","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1b094fe9-e4c9-4d1d-9af0-76a69be38481","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"6e367846-dfa6-4a8f-9453-8cb0dc3d7c9a","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"7ea3a994-36aa-4357-aa14-d52299a53f44","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": -30.0,\n  \"CreditNoteUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"7","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"6","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `CreditNoteUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1266aa38-d807-4e70-a488-f994620cca6e"},{"name":"Pay for a Product with an Available Voucher","id":"f2e83643-8e88-4c83-80f5-c3e2569b77ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a voucher to the selected product, reducing its final price.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Pay products with voucher - Pay for a product with an available voucher</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VoucherID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Voucher ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID</p>\n","type":"text/plain"},"type":"any","value":"248","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail line ID</p>\n","type":"text/plain"},"type":"any","value":"440","key":"creditnoteID"}]}},"response":[{"id":"f20b6372-5b7a-4a79-88e1-cd85a1582ca1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0943683e-dcdb-4683-9b61-071987208b2f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"668649dd-00ea-442a-9c0b-5e66cac64415","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3145dfd0-4d1f-4834-bc8e-cb6e6528cb14","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9fe021e2-18ce-4b68-9464-f3c633aae054","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D/voucher\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c968d880-4af5-4477-80ae-f6392d4145a4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"02b64d31-955b-45d4-aaee-1d4b7bdf20a1","name":"InvalidVoucher","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Error\": \"Error applying the bonus. Verify that the data is correct.\",\n  \"ErrorCode\": \"52\"\n}"},{"id":"199a539b-f327-42a3-9a9a-c3a2755bebe4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3442e403-1f69-415c-a47e-84159bfb8608","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"12a9917d-5834-4d07-ab69-53360fde1753","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"248","description":"**Required** | Type: `integer`\n\nCredit Note ID"},{"key":"creditnoteID","value":"440","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f2e83643-8e88-4c83-80f5-c3e2569b77ff"},{"name":"Remove Credit Note Detail","id":"a3dc7734-434f-40eb-9e08-6e24be5e0074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows deleting a product from an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Delete Products - Eliminate a product from the ticket or a concept from a rectification invoice</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"180","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail line ID.</p>\n","type":"text/plain"},"type":"any","value":"127","key":"creditnoteID"}]}},"response":[{"id":"322bf4c6-90f9-4573-bde6-7f4de17ec3eb","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"eabc4ef7-6588-4b4c-adfc-66238138c24c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c8b0506e-e612-4110-bb23-08d11ffd3d9d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"61a99a68-6d13-4d43-83ce-31898fb23460","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8ba10eef-eef6-4735-bae2-482cba198a40","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6e0efe58-a5e0-4928-b29f-c052ca116bd0","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ba20458f-6471-48d0-8a0a-0747dfc595e1","name":"Could not delete the product from the credit","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete the product from the credit note. Check that the ID of the credit note or product is correct.\",\n  \"errorCode\": \"45\"\n}"},{"id":"b08fea9c-5a55-4a3d-83e2-40c1aafc5d98","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a928b116-3137-4f50-b043-50aa3987f59d","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c0a2e774-888b-4680-b85c-4a6bc7935c68","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"180","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"127","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a3dc7734-434f-40eb-9e08-6e24be5e0074"},{"name":"Update Credit Note Line Price","id":"f7a770ba-d7fd-4345-b61f-8e37f8469a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates only the price of a product or service within a credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Edit price RRP - Allows you to modify the unit price of the product or treatment in the detail of the ticket (PVP)</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CreditNoteTotalAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Updated product price.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"218","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail line ID.</p>\n","type":"text/plain"},"type":"any","value":"381","key":"creditnoteID"}]}},"response":[{"id":"27d7d24b-916f-4cac-84ab-3e6de9417c3a","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"30414b2d-ebdd-4788-a92c-6582dab38c5e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b628c328-681b-4d34-baf0-bc2b47641f09","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6d290b12-8f4c-453d-8b1d-bc24708ddf8a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"245e9843-7822-480f-b72f-a392764575b5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0b2b68c5-aa7c-46bd-990f-bdc2ee560ba9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"bd3b8595-d1ca-472b-8ace-63d508c73afb","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5a093ac5-e721-41f5-b8be-2bcb7552af65","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"49579416-dae3-46b0-9883-0a28f36ff4e3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNoteTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"218","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"381","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNoteTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f7a770ba-d7fd-4345-b61f-8e37f8469a00"}],"id":"8d5d74f8-1a65-4f93-b1c3-1a01b8322d2f","description":"<p>Credit note detail line management endpoints.</p>\n","_postman_id":"8d5d74f8-1a65-4f93-b1c3-1a01b8322d2f"},{"name":"Discount","item":[{"name":"Add Discount to the Credit Note Product","id":"f123b539-e3f6-4da5-97ea-e996a1618cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a discount to a product within an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Subscription - Discount Value - Add discount to subscription value</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiscountType</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount)</td>\n</tr>\n<tr>\n<td><code>DiscountAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID</td>\n</tr>\n<tr>\n<td><code>DiscountAccumulated</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts</td>\n</tr>\n<tr>\n<td><code>DiscountDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional comments about the discount. Free notes to provide extra context.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"54","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail line ID.</p>\n","type":"text/plain"},"type":"any","value":"189","key":"creditnoteID"}]}},"response":[{"id":"34e9228c-ede8-4261-b0df-a004e2ef3b10","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8c94616a-fec0-4b38-9804-e95047a42386","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1a4cf928-a2c1-4678-a1df-6ec0937068e3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8150ba0b-f746-4743-a239-bad6d9d27d27","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4ba279c6-73e7-4ff1-9209-d3c40048bc01","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"93d8adf4-9c8c-467d-a7f6-9be02a850075","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"17ff4b52-5ccc-4ead-8d2c-adcbbd7a49ff","name":"InvalidDiscount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The ID does not exist or is not valid\",\n  \"errorCode\": \"190\"\n}"},{"id":"2644129d-c2ad-439e-8ca3-b803a2079763","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"08bfa384-7094-45eb-9109-6ca4d63a519b","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"6ff5cb55-b35e-463b-9cb8-bc48d0392443","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": -10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f123b539-e3f6-4da5-97ea-e996a1618cec"},{"name":"Remove Discount from the Credit Note Product","id":"5f90ab74-9b40-4555-b661-4cb0ca891eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows deleting a discount from a product within an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Remove discount - Remove online ticket discount</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"54","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note detail ID (Product line).</p>\n","type":"text/plain"},"type":"any","value":"189","key":"creditnoteID"}]}},"response":[{"id":"2fc3300c-0252-4fb4-9363-f9d7096454e1","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f9f9a01d-07cd-4d5c-a085-cc1bde9fa14e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"07fbde4c-8094-4c38-a40a-226a11330c62","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3da5b28f-fef5-4da3-a9d1-d288c5e9e239","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"31eaf5f3-21ed-441a-b479-d359eec91b88","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/detail/%7B%7BcreditnoteID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b82bc7a1-02f7-409e-9a5b-7cba1d2f02ba","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0938afb0-8c51-42aa-a7e7-8b23ed01c611","name":"The product discount could not be deleted","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Error\": \"The product discount could not be deleted. Check the loyalty discount or that the credit note or product ID is correct.\",\n  \"ErrorCode\": \"190\"\n}"},{"id":"fceb26bc-7a39-4a63-a87d-432495377bb1","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b770ee3c-2b7c-4b51-95f3-cab3d86bc689","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c0d2785f-bef2-45f6-ad3a-669f2c97f290","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/detail/{{creditnoteID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","detail","{{creditnoteID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"54","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditnoteID","value":"189","description":"**Required** | Type: `integer`\n\nCredit Note detail ID (Product line)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5f90ab74-9b40-4555-b661-4cb0ca891eea"}],"id":"d0aec36b-1192-4d40-9146-b921ac998f09","description":"<p>Discount endpoints applied to credit note lines.</p>\n","_postman_id":"d0aec36b-1192-4d40-9146-b921ac998f09"},{"name":"Payment","item":[{"name":"Add Payment Method","id":"af84ff9c-2529-4a9d-94f9-f2420e7522bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a payment method to an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add payment - Add a payment to the ticket</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CreditNotePBankID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Bank or external payment identifier.</td>\n</tr>\n<tr>\n<td><code>CreditNotePGiftVoucherCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Gift voucher code.</td>\n</tr>\n<tr>\n<td><code>CreditNotePAdvanceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Advance identifier.</td>\n</tr>\n<tr>\n<td><code>CreditNotePCashGiven</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Amount delivered in cash.</td>\n</tr>\n<tr>\n<td><code>CreditNotePClientCCCID</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Customer IBAN.</td>\n</tr>\n<tr>\n<td><code>CreditNotePClientCCCBIC</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>BIC/SWIFT code of the banking entity.</td>\n</tr>\n<tr>\n<td><code>CreditNotePCheckNumber</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Check or voucher number.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit note ID.</p>\n","type":"text/plain"},"type":"any","value":"100","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Payment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance).</p>\n","type":"text/plain"},"type":"any","value":"1","key":"paymethodID"}]}},"response":[{"id":"8ae526f5-d181-4f15-b0ed-e791496566da","name":"Promotion list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"creditNoteGID\": 347\n}"},{"id":"8794af1d-2052-4288-a5b8-42bf1d022da3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b260d3d2-fab9-4c9d-a67f-c369a3d857d5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"82cab95b-5712-44ab-8a0e-519ec500d4d2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1fe877dd-7d12-43a3-a840-bdb35b2e972a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/payment/%7B%7BpaymethodID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ad489d62-5845-4580-b638-a502376fcf1a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8964972a-b18b-418d-bd67-e0a4c3e4a144","name":"InsufficientPoints","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There are not enough points to make the payment.\"\n}"},{"id":"2702cf85-e61d-41d7-a854-3cd4fc00baf5","name":"InvalidBankDetails","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The direct debit details are incorrect.\"\n}"},{"id":"95e2abe2-d23f-4cf1-963e-2d17f2e71dc7","name":"GiftVoucherNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No gift voucher was found with that code.\"\n}"},{"id":"ae1e5981-8045-4900-988e-b4889f6098c5","name":"GiftVoucherExpired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The gift voucher has expired.\"\n}"},{"id":"283f38ed-0b3d-46f3-ba37-dc491e7491c5","name":"GiftVoucherVATMismatch","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The VAT amount to be paid with the gift voucher does not match the amount of outstanding VAT.\"\n}"},{"id":"fc2fef46-b5ca-4e4b-b6f2-6cfd9f908cb8","name":"InsufficientAdvanceBalance","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There is not enough balance in the advances.\"\n}"},{"id":"9e03cbc1-cca0-4b50-b865-a841ffe71bb7","name":"InsufficientAmount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The amount delivered cannot be less than the amount to be paid.\"\n}"},{"id":"e3062cf6-de6b-4ab3-a99b-39656aab3d5e","name":"InvalidPaymentMethod","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error entering the payment method. Check that the payment method code exists.\"\n}"},{"id":"de691c59-5fd2-4737-8ad3-4fd6e471b420","name":"InsufficientPoints2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There are not enough points to make the payment.\",\n  \"ClientPoints\": \"0\"\n}"},{"id":"ba75ce44-3dff-4fc0-a107-5a240324c453","name":"InvalidBankDetails2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The direct debit details are incorrect.\",\n  \"errorCode\": \"293\"\n}"},{"id":"ec35df79-e4d3-45bc-8b3f-c5d1241e447a","name":"GiftVoucherNotFound2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No gift voucher was found with that code.\",\n  \"errorCode\": \"173\"\n}"},{"id":"d28088df-db5e-4911-b366-72c56112000e","name":"GiftVoucherExpired2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The gift voucher has expired.\",\n  \"errorCode\": \"174\"\n}"},{"id":"6e9e2462-a121-4f06-939b-21f777b27aa6","name":"GiftVoucherVATMismatch2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The VAT amount to be paid with the gift voucher does not match the amount of outstanding VAT.\",\n  \"errorCode\": \"484\"\n}"},{"id":"ed61a246-3dd5-441e-a467-a7ff81d224e8","name":"InsufficientAdvanceBalance2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There is not enough balance in the advances.\",\n  \"errorCode\": \"489\"\n}"},{"id":"bb380d6a-e8df-4567-b6ec-14e37e69da26","name":"InsufficientAmount2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The amount delivered cannot be less than the amount to be paid.\",\n  \"errorCode\": \"465\"\n}"},{"id":"86164091-c494-405e-8404-d619bc0a7ac8","name":"InvalidPaymentMethod2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error entering the payment method. Check that the payment method code exists.\",\n  \"errorCode\": \"48\"\n}"},{"id":"423dddeb-62c4-4a9d-9e35-fffa0984ed10","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ea08c22b-3ab5-43ca-8365-8e4743dd9b8a","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"2ec12c50-50d8-4742-9259-b281c458da0a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"CreditNotePBankID\": 1,\n  \"CreditNotePGiftVoucherCode\": 31,\n  \"CreditNotePAdvanceID\": 12,\n  \"CreditNotePCashGiven\": 50,\n  \"CreditNotePClientCCCID\": \"ES6720806083116149022271\",\n  \"CreditNotePClientCCCBIC\": \"CAGLESM1127\",\n  \"CreditNotePCheckNumber\": 13583\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit note ID."},{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `CreditNotePBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `CreditNotePGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `CreditNotePAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `CreditNotePCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `CreditNotePClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `CreditNotePClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `CreditNotePCheckNumber` | `integer` | ❌ No | Check or voucher number. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"af84ff9c-2529-4a9d-94f9-f2420e7522bc"},{"name":"Remove Payment Method from the Credit Note","id":"e037b13a-bab1-4f4e-9543-2009e7276ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows deleting a payment method from an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Delete payment - Eliminate a payment from a ticket</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit Note ID.</p>\n","type":"text/plain"},"type":"any","value":"100","key":"creditnoteGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Payment method ID.</p>\n","type":"text/plain"},"type":"any","value":"5","key":"creditNotePID"}]}},"response":[{"id":"a58d3534-c451-4b0f-b2e6-80aee4fa33e2","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8d83fd74-b3aa-46f3-9882-3656e924ee41","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4e64a8bf-0afd-4fef-a487-6f75f13bee42","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"cfd7eb1d-b06b-4e0c-8605-8ff2123f5d53","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"10bda07a-80dd-48c1-ac7e-57241770d3dd","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/paymethod/%7B%7BcreditNotePID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8bd67835-949c-4324-b49d-e7428c7a21f7","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b9570245-d59d-43c2-b2fb-e14740ae9b2d","name":"PaymethodParamsError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error in the payment method parameters. Make sure that the ID of the credit note or payment method is correct.\",\n  \"errorCode\": \"47\"\n}"},{"id":"ee056561-3e2b-4048-97f7-550f4fd9ad21","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"02f52bfd-4cea-423d-ba96-1f4cafb71db9","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"e257ff99-60b5-4900-a9c3-dbc070f308dc","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/paymethod/{{creditNotePID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","paymethod","{{creditNotePID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"100","description":"**Required** | Type: `integer`\n\nCredit Note ID."},{"key":"creditNotePID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e037b13a-bab1-4f4e-9543-2009e7276ac9"}],"id":"5ecf2f74-0738-4e9a-a681-ba97eb378684","description":"<p>Credit note payment and refund movement endpoints.</p>\n","_postman_id":"5ecf2f74-0738-4e9a-a681-ba97eb378684"},{"name":"Close Credit Note","id":"2303171a-1825-4388-8b63-a1adf14252e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows closing an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Close - Close ticket / rectified bill</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the credit note.</p>\n","type":"text/plain"},"type":"any","value":"202","key":"creditnoteGID"}]}},"response":[{"id":"7227fd50-bf40-4843-be1d-8060efa68a75","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1d930a61-da00-4095-b15b-685243261cfd","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f3b7ae82-c8ec-490e-a096-4a78557fd5d2","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2d4d1a3b-1d9e-43f3-a877-621c1acb2cf3","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6bc70b8e-1088-42f8-a714-b42454b454aa","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"15179151-3bdd-46c3-8794-ca6832a6adb1","name":"Error closing the credit note.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"This credit note cannot be closed.\",\n  \"errorCode\": \"49\"\n}"},{"id":"d183cd76-913c-4219-b9d9-40e9b5b1556e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8514f67d-26ae-444c-b9ee-d0adf2cb8ec8","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"71e8059d-23a5-4f42-9238-c827e7918667","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c13b267c-1506-43eb-8d97-dfda3884f3c2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"202","description":"**Required** | Type: `integer`\n\nUnique identifier for the credit note."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"2303171a-1825-4388-8b63-a1adf14252e2"},{"name":"Create Credit Note","id":"eb792d78-b261-41bf-a3b2-1ad61d6e3bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","description":"<p>Allows creating a credit note for a specific client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Create a credit memo - Create a new rectified bill</p>\n","urlObject":{"protocol":"https","path":["creditnote"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID</p>\n","type":"text/plain"},"key":"clientID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Credit note series ID.</p>\n","type":"text/plain"},"key":"creditNoteGSerieID","value":"1"}],"variable":[]}},"response":[{"id":"6a54f8d7-bff7-4740-a46b-bcecd139ad4d","name":"Credit note created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"CreditNoteGID\": 100\n}"},{"id":"d6266edc-a4b6-48b0-9a46-0ff6dbf97b1b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"81957879-0eb4-4fb0-909e-17c59fcf8cf4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"bcad5cfc-321d-4d2c-928c-c27b5c227081","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c8eae67d-a9f8-4245-b746-73158f06e26b","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"42ac11d5-162d-45e2-994b-bf6865e37c4e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e33dbf60-1d53-4513-8f74-e23e3a5da593","name":"InvalidClientID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid ClientID\",\n  \"errorCode\": \"495\"\n}"},{"id":"6753c67c-902b-47d5-a81b-6db6677d965c","name":"OpenCreditNoteExists","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"A credit note is already open. Please review whether another credit note is still open before creating a new one.\",\n  \"errorCode\": \"480\"\n}"},{"id":"c02dce6c-a4a5-4449-bc1d-700a7aeb3405","name":"MissingSeriesID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You must specify the series ID to create the credit note.\",\n  \"errorCode\": \"50\"\n}"},{"id":"4229febe-6cd4-4fa1-a727-cfb9ba792be4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"72b10e73-84f2-4058-90d7-d15fc53286d7","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c4608561-394e-497a-840b-ea9c68f18413","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote?server={{server}}&systemkey={{systemkey}}&clientID=1&creditNoteGSerieID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nCredit note series ID.","key":"creditNoteGSerieID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"eb792d78-b261-41bf-a3b2-1ad61d6e3bce"},{"name":"Delete Credit Note","id":"3183f04a-c9a5-425c-8d5c-69cef4bc10a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Permanently deletes a credit note from the system.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Delete ticket - Eliminate a ticket / rectification invoice</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the credit note to delete.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"creditnoteGID"}]}},"response":[{"id":"41b68e14-2aa4-4efc-9671-1e685458ff82","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8eaa885c-7c8c-49b0-aa0d-dacd78515189","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a7545aa3-1cb3-4a79-b615-9ada95ebac67","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1f0a080e-4a62-4a50-bd2e-c3b9d4b370d9","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0122edb8-4ed5-4f71-8009-cbc27e9412b7","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"765f30de-f681-4836-aa66-756e995931c2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"80af42da-6ccd-478e-b942-ebba83f20805","name":"DeletionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete the credit note. Check the provided data.\",\n  \"ErrorCode\": \"51\"\n}"},{"id":"cf43f267-ce6f-4753-9d96-678ff441b079","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5eac54ed-3730-4a41-9d3d-47c5312f9614","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"4de36dd5-30f6-44b2-9054-c5ceb9c7471d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"12","description":"**Required** | Type: `integer`\n\nID of the credit note to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3183f04a-c9a5-425c-8d5c-69cef4bc10a3"},{"name":"Get Credit Note Details","id":"61335de7-dba3-4c77-8374-1388dadbca5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves details of an existing credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Edit - Load the ticket data / rectification invoivce</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global unique ID of the credit note.</p>\n","type":"text/plain"},"type":"any","value":"200","key":"creditnoteGID"}]}},"response":[{"id":"437792c8-dbe3-4b57-88e4-aaed82d91ff6","name":"Credit note details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"CreditNoteGID\": 29.0,\n  \"CreditNoteGNumber\": 20.0,\n  \"CreditNoteGFullNumber\": \"ESVA01SR/20\",\n  \"CreditNoteGDate\": \"15/04/2026 13:55\",\n  \"CreditNoteGCurrencySymbol\": \"€\",\n  \"CreditNoteGClinicID\": 1,\n  \"CreditNoteGNotes\": \"0\",\n  \"CreditNoteGPending\": 0.0,\n  \"CreditNoteGDeferred\": 0.0,\n  \"CreditNoteGClientID\": 4.0,\n  \"CreditNoteGBaseAmount\": -16.53,\n  \"CreditNoteGVATAmount\": -3.47,\n  \"CreditNoteGTotalAmount\": -20.0,\n  \"Details\": [\n    {\n      \"CreditNoteID\": 36,\n      \"CreditNoteUnits\": 1,\n      \"CreditNotePrice\": -29.9,\n      \"CreditNotePriceReduced\": 0,\n      \"CreditNoteDiscount\": 33.11,\n      \"CreditNoteDiscountUnitAmountVAT\": 0.331103678929766,\n      \"CreditNoteVATAmount\": 21,\n      \"CreditNoteTotalAmount\": -20,\n      \"CreditNoteProductCID\": \"\",\n      \"CreditNoteProductID\": 231,\n      \"CreditNotePriceVAT\": -29.9,\n      \"CreditNotePayVoucherID\": 0,\n      \"CreditNoteProductDesc\": \"Casmara Snake 20 ml\",\n      \"CreditNotePaySubscription\": 0,\n      \"CreditNoteProductLot\": 0,\n      \"CreditNoteProductExpiryDate\": \"\",\n      \"CreditNoteCurrencySymbol\": \"€\"\n    }\n  ],\n  \"PaymentDetails\": [\n    {\n      \"CreditNotePID\": 40,\n      \"CreditNotePAmount\": -20,\n      \"CreditNotePDesc\": \"Efectivo\",\n      \"CreditNotePSubtypeDesc\": \"-\",\n      \"CreditNotePDate\": \"24/04/2026 15:59:26\",\n      \"CreditNotePDeferredPayDate\": \"\",\n      \"CreditNotePSettlementSettlement\": \"\",\n      \"CreditNotePCurrencySymbol\": \"€\",\n      \"CreditNotePMethodIDMethodId\": 0,\n      \"CreditNotePOrderID\": 0,\n      \"CreditNotePInfo2\": \"\"\n    }\n  ]\n}"},{"id":"951a04dd-69dd-4c32-ac01-13ca23b888cc","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"8e4e1b6d-6d31-41b5-83fb-01c2c33b9151","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"53162b91-74dd-4336-9872-3a684235873a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3562d365-762e-4b5b-bcef-4aa6bd0c1c5a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"f3264af1-067f-4221-97b4-6dff370402ad","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"54f23455-2616-4d84-aa39-9d3213c32ca7","name":"TicketNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error obtaining credit note details. Check that the credit note ID is correct.\"\n}"},{"id":"55dc1827-86ad-4bca-8b82-f420dbf60fc1","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"08936c9e-6087-4bb0-a011-407403bb32f9","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"e1445048-2d17-40d4-9d54-05c741c1b2fd","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the credit note."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"61335de7-dba3-4c77-8374-1388dadbca5d"},{"name":"Print Credit Note","id":"5b273be3-8ad6-43f3-ac52-2da873ad6c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}","description":"<p>Generates and returns the printable (HTML) view of a credit note.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Print - Print a ticket</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique credit note ID.</p>\n","type":"text/plain"},"type":"any","value":"246","key":"creditnoteGID"}]}},"response":[{"id":"b34c1755-c23d-43aa-8ddd-bd92bdf215a9","name":"Printable credit note generated successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"creditNoteURL\": \"https://eu021.flowww.net/223115/tmp/989182057qlzlmgbt.pky.asp?tid=30&cno=-1&siz=0&typ=\"\n}"},{"id":"f2f307ba-8b51-45ed-9aac-dc8dbc7cf96a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f64a228f-df8f-4903-8c67-7b7a38f6a24c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"0a276a50-aadf-47bb-96c9-2470d028fd2f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b1839843-066e-4e76-a4f3-cf0dd28b9f42","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/print\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"4ba4d192-7f22-49ca-8553-43644a133338","name":"Error generating the printout.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error generating the credit note printout. Check the credit note id.\",\n  \"errorCode\": \"500\"\n}"},{"id":"a3537381-6137-4be0-bc4e-2340de4cd400","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c83281a9-4d09-4a17-b3b2-0512c331fa90","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"31ba3fb3-1158-4b82-8979-6f576ead0ead","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"33b46e78-087c-428b-90ec-1d593ac09884","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"246","description":"**Required** | Type: `integer`\n\nUnique credit note ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5b273be3-8ad6-43f3-ac52-2da873ad6c4a"},{"name":"Send Credit Note by Email","id":"4b6fd30b-9d20-4339-a8a1-cb868f89c26c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}","description":"<p>Sends a copy of the credit note via email to the associated client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - send by email</p>\n","urlObject":{"protocol":"https","path":["creditnote","{{creditnoteGID}}","email"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the credit note to send.</p>\n","type":"text/plain"},"type":"any","value":"4","key":"creditnoteGID"}]}},"response":[{"id":"0dd78f05-d95c-4881-b1b9-72ea79ba7e87","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2a8a25a7-efc9-47db-8ffd-42640cd3b365","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c796a7f3-2da5-4560-a161-a36ef75789f1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9fb25400-11f4-4f8d-891a-d1cc263b3f95","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"60ebc9db-a9e6-4ec2-92c3-db35963f307f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/creditnote/%7B%7BcreditnoteGID%7D%7D/email\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"146c3137-11a8-4c0c-ba1e-089dd94d4047","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0e0f5084-69ae-45dc-8ed3-d4c3555e1672","name":"EmailError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not send the email. Check the provided data.\",\n  \"ErrorCode\": \"519\"\n}"},{"id":"fc7761eb-defd-422c-b11d-bb3057a364ba","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3c6b2dfb-1c70-4ee6-a8bb-40323d2ff1b0","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"52649fb8-6147-4c27-a432-4b1c0eacc603","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/creditnote/{{creditnoteGID}}/email?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["creditnote","{{creditnoteGID}}","email"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"creditnoteGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the credit note to send."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"4b6fd30b-9d20-4339-a8a1-cb868f89c26c"}],"id":"8a69ac15-cfb0-4591-869f-85bb42118ede","description":"<p>Credit note lifecycle endpoints.</p>\n","_postman_id":"8a69ac15-cfb0-4591-869f-85bb42118ede"},{"name":"Diary","item":[{"name":"Lock","item":[{"name":"Create Schedule Block","id":"49165bea-0706-4ba9-b127-da79b1fab248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}","description":"<p>Blocks a time slot for one or more cabins/users.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Appointment book ? Block - Block apppointment book</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGDateStart</code></td>\n<td><code>string (date)</code></td>\n<td>✅ Yes</td>\n<td>Start date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiaryGStart</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Start time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGEnd</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>End time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGLstCabinets</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Identifiers of Cabinets to block.</td>\n</tr>\n<tr>\n<td><code>DiaryGDaysWeek</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Repeat days (comma-separated).</td>\n</tr>\n<tr>\n<td><code>DiaryGDateEnd</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>End date for appointment recurrences.</td>\n</tr>\n<tr>\n<td><code>DiaryGComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Reason for the block.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary","lock"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"6ca4e0f3-71ac-4b07-a949-20d1dee8942b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3419aa7a-91a9-482e-9544-50c4fb54b0a2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f26706c8-36c3-40e8-be21-f9073c2c1cbe","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6d4d2967-c9b8-4255-8334-b091a8732b7d","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e9c00a52-2879-4c14-9df1-86abaf1e2b11","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/lock\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"d2c32b34-d045-42df-8ba0-c2a3c2b693f8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0aaa4af5-0d4c-426d-860d-fa6ce92e4244","name":"diaryGDateStart is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"diaryGDateStart is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c92d7313-e268-4e99-97d3-4efa40202416","name":"DaysOverlapped","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Error performing the request\",\n  \"errorCode\": \"16\",\n  \"errorDescription\": \"DaysOverlapped\"\n}"},{"id":"54f907ea-5b07-4e1a-b321-dcdbd64484f9","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"30daef17-9805-4888-bd5f-c424b4353f8d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c39b9238-6c4b-4560-ab19-a95ef491fcbd","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ✅ Yes | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ✅ Yes | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"49165bea-0706-4ba9-b127-da79b1fab248"},{"name":"Delete Schedule Block","id":"6a5ed1ff-c2f2-48ac-a724-480e0bb830c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing block in the schedule (reserved slot).</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Booth - Block - Eliminate blocking of slots</p>\n","urlObject":{"protocol":"https","path":["diary","lock","{{diaryGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Diary global identifier.</p>\n","type":"text/plain"},"type":"any","value":"65","key":"diaryGID"}]}},"response":[{"id":"f152272f-3816-4f88-82c2-8ed03db415ff","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c1dc2377-2a9c-469c-a25a-edd27dfb5bb5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"28e00c02-d196-451e-a3be-b4aa992976b8","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3e614084-a7a0-4029-aa05-20f1c0f94c24","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"44adac5b-e018-4790-bdaa-83711d942bb1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/lock/%7B%7BdiaryGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"81ded0e7-d78d-4e31-a150-994e635f966c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a0af4083-a776-444a-8976-1cbdffa0d41d","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete lock, check the information provided.\",\n  \"errorCode\": \"35\"\n}"},{"id":"f765159c-ea62-44d8-b338-c9c81ac1589b","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"4ae467a0-4e65-4b17-8fe5-cbd33251ad79","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ba0a1cf3-eadb-465e-bec3-15e981aae535","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6a5ed1ff-c2f2-48ac-a724-480e0bb830c0"},{"name":"Edit Schedule Block","id":"8a59ff96-be91-4324-9ced-38d26176b885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Edits an individual schedule block for a specific diary entry.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Appointment book ? Block - Block apppointment book</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGDateStart</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Start date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiaryGStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Start time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>End time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGLstCabinets</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Identifiers of Cabinets to block.</td>\n</tr>\n<tr>\n<td><code>DiaryGDaysWeek</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Repeat days (comma-separated).</td>\n</tr>\n<tr>\n<td><code>DiaryGDateEnd</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>End date for appointment recurrences.</td>\n</tr>\n<tr>\n<td><code>DiaryGComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Reason for the block.</td>\n</tr>\n<tr>\n<td><code>DiaryGIsUserLock</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Block type: 0 = Booths, 1 = Users.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary","lock","{{diaryGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the lock to edit.</p>\n","type":"text/plain"},"type":"any","value":"65","key":"diaryGID"}]}},"response":[{"id":"4c55c3dc-ad76-4ae1-b92b-39b7efd76b20","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"273e044a-7fc9-4787-a762-c57613cbdf05","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"398aa605-d7bc-403f-8ef5-a9cb268ce922","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5a87e04a-5fa5-4d63-923b-5c138342527d","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"94adbd00-832c-4ce1-a083-23addafd69a4","name":"No block found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No block found with that ID.\"\n}"},{"id":"0dd8d19d-d72b-4df5-920c-3d9410dc4da9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9849fc20-0ef0-4a66-a9dd-3bb4096792a4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"bc0d3dc2-19df-40a1-9639-0f0c24866235","name":"diaryGDateStart is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"diaryGDateStart is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c18f1c1b-90a2-4a78-8508-b72e16cc0649","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not update the appointment block. Check the data.\",\n  \"errorCode\": \"590\"\n}"},{"id":"f3ab3218-e24d-4f7c-800f-c1dd8f39387c","name":"OverlappingAppointment","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There is already another appointment at that time.\"\n}"},{"id":"e03f0009-56a7-47b0-911c-d5143020c07e","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"8f293909-c4d1-4a35-944f-484d5b6b7601","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e59d62c7-01f9-4e4d-85a0-8256365c4b2b","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"a62ddfad-4aa4-4fe4-87dd-9a6ceb96eeb3","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDateStart\": \"28/01/2026\",\n  \"DiaryGStart\": \"11:30\",\n  \"DiaryGEnd\": \"13:30\",\n  \"DiaryGLstCabinets\": \"2, 3\",\n  \"DiaryGDaysWeek\": \"1,3,5\",\n  \"DiaryGDateEnd\": \"20/02/2026\",\n  \"DiaryGComments\": \"Air conditioning maintenance\",\n  \"DiaryGIsUserLock\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nID of the lock to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDateStart` | `string (date)` | ❌ No | Start date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGLstCabinets` | `string` | ❌ No | Identifiers of Cabinets to block. |\n| `DiaryGDaysWeek` | `string` | ❌ No | Repeat days (comma-separated). |\n| `DiaryGDateEnd` | `string (date)` | ❌ No | End date for appointment recurrences. |\n| `DiaryGComments` | `string` | ❌ No | Reason for the block. |\n| `DiaryGIsUserLock` | `integer` | ❌ No | Block type: 0 = Booths, 1 = Users. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/lock/%7B%7BdiaryGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"8a59ff96-be91-4324-9ced-38d26176b885"},{"name":"Unlock Schedule","id":"5c91b0c7-518e-4761-9b45-bf030df1fb2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a group of locks to unlock the schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Appointment book ? Remove Block - Remove Appointment book block</p>\n","urlObject":{"protocol":"https","path":["diary","lock","group","{{lockID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Lock group identifier.</p>\n","type":"text/plain"},"type":"any","value":"65","key":"lockID"}]}},"response":[{"id":"2daf0d16-bd08-4c04-9a00-477e0bbc6730","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a5273358-b1be-4c05-bbe3-be796953dc59","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9918f28b-5eea-4cd4-a367-1e6ceb10e54b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3b92a40a-cacf-4874-bf3c-96d6dfe3c35a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"39c6f28a-eb71-428d-b5f6-3667bea217ab","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/lock/group/%7B%7BlockID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"bdd74117-e3ce-449e-bef0-a00a6e3c1af0","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d3bc7eca-20f1-4f7d-9b5f-7d85547f49b2","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"0ea8ff19-4c0a-4d0c-aacd-898a32ee90a4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"d9d086e0-f6e6-44c9-b01a-5e72cb8297bc","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/group/{{lockID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","group","{{lockID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"lockID","value":"65","description":"**Required** | Type: `integer`\n\nLock group identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5c91b0c7-518e-4761-9b45-bf030df1fb2d"},{"name":"View Schedule Block Data","id":"4fff8371-1b10-4846-a9a8-25dae009490f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>View data for an individual schedule block.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Appointment book ? Block edit - View a group of blocks</p>\n","urlObject":{"protocol":"https","path":["diary","lock","{{diaryGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Diary global identifier.</p>\n","type":"text/plain"},"type":"any","value":"65","key":"diaryGID"}]}},"response":[{"id":"240d10a7-d08f-4d61-8dde-5da698e37d2b","name":"Block data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"DiaryGID\": 0,\n  \"DiaryGLockDateStart\": \"2026-02-24\",\n  \"DiaryGLockTimeStart\": \"08:00\",\n  \"DiaryGLockTimeEnd\": \"19:30\",\n  \"DiaryGLockCabinets\": \"|1|\",\n  \"DiaryGLockPeriodicityDateEnd\": \"31/12/2026\",\n  \"DiaryGLockPeriodicityWeekDays\": \"1,2,3\",\n  \"DiaryGLockComments\": \"General maintenance\"\n}"},{"id":"ef1550df-c14f-4309-b6ee-a599dc9ebe9e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"18000071-d989-461d-ae05-d28d96f8ae3e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3f33b55f-b71e-4363-8aaf-ca651a75ec57","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8e31591a-cad4-4d94-afba-868e5ab622c2","name":"No block found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No block found with that ID.\"\n}"},{"id":"5e023fc3-ba39-489a-90e2-50296e5b66c8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ca2690c1-640f-43a4-bbe0-3505ffe3d021","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"0444390b-956d-4a6f-9551-c4c3c002380f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9b5b1497-daa8-4c69-ac6e-2e9f13acf986","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d8872eb3-715a-4277-9d95-eb97e24f0e8d","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/lock/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","lock","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"65","description":"**Required** | Type: `integer`\n\nDiary global identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/lock/%7B%7BdiaryGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"4fff8371-1b10-4846-a9a8-25dae009490f"}],"id":"7121d34f-5d72-4f09-bae0-ce926af63267","description":"<p>Diary lock, block, and schedule restriction endpoints.</p>\n","_postman_id":"7121d34f-5d72-4f09-bae0-ce926af63267"},{"name":"Add Tag to Appointment","id":"fa59bc0a-952f-4705-b736-52547ba8c198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a specific tag to an appointment.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Modify tag in appointments - Modify the tags of the appointments whether they are validated or not.</p>\n","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}","tag","{{tagID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Appointment ID.</p>\n","type":"text/plain"},"type":"any","value":"58","key":"diaryGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Tag ID.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"tagID"}]}},"response":[{"id":"2c93841b-4b1a-432d-851e-c1c966d7a875","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7a407f2c-0dde-43dd-8bd6-210ed0b71d89","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"11fb2b4a-5196-4716-b72f-25ef0a285191","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"bcda12e5-db1c-409a-886a-cd60ac6c850b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4bd1baae-bb8d-4784-aa80-d6250df21c50","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D/tag/%7B%7BtagID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"de3ee353-6edd-4e4c-add8-3b73ba62b6fa","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1dd0ee89-6432-4a90-bb6b-cc71b993b057","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c3666007-3379-4046-9b89-456792b2f420","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ea874734-ca6a-4905-b877-69a26c50d78c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"fa59bc0a-952f-4705-b736-52547ba8c198"},{"name":"Cancel Appointment","id":"bfec4408-ea6d-4188-95ea-8c5b99ed9712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}","description":"<p>Marks an appointment as not attended (cancelled). Unlike deleting an appointment, this preserves the record in the agenda with a cancelled status, keeping a historical trace that the appointment existed.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Mark no show - Mark an appointment as a no show</p>\n","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}","cancel"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique appointment ID.</p>\n","type":"text/plain"},"type":"any","value":"58","key":"diaryGID"}]}},"response":[{"id":"d308f6ba-35db-428c-8586-78b359711f73","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5cddb849-86c7-43ec-9dd2-f666c528532f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6e625bd3-f473-41a1-bd71-ba0478286207","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d0c3049f-3dec-480e-9780-2d34ab76f3ff","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"760b737d-43ca-42e5-b9ea-41251ece4735","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D/cancel\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ae070369-8600-47ad-8022-1876c176f0b9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"41bcde28-18b9-40c6-b8cb-6a0eb4fe03a4","name":"InvalidAppointment","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The appointment cannot be marked as a no-show.\",\n  \"errorCode\": \"133\"\n}"},{"id":"bcebc605-3e41-430e-808c-e431946303db","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"f1edb6aa-3e40-4502-82c1-b11a00b5d55e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"08d93c91-2b97-44f7-ada8-88cd0156a10d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"bfec4408-ea6d-4188-95ea-8c5b99ed9712"},{"name":"Create Appointment","id":"6760f8df-51c0-4d7c-8b36-b3b00ab695e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}","description":"<p>Create an appointment in the calendar.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Save - Save the changes made in an appointment</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGClientID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Client ID.</td>\n</tr>\n<tr>\n<td><code>DiaryGCabinetNum</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Booth number.</td>\n</tr>\n<tr>\n<td><code>DiaryGDate</code></td>\n<td><code>string (date)</code></td>\n<td>✅ Yes</td>\n<td>Date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiaryGStart</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Start time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGEnd</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>End time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGZoneList</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Zone configuration.</td>\n</tr>\n<tr>\n<td><code>DiaryGUserID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Professional ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"5e16275e-af94-442a-8857-80c8f3b1d07a","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"df18da9e-6eaf-4e6e-b5aa-2fb85e7709cd","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"44b5e633-7a41-4b1d-b0ee-cfb80090d617","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1cfea0c8-720e-4f70-81b4-49fef8ca0add","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6f932f9c-e716-4eaf-bdc6-f5084bb3d280","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6b411959-2d22-42df-a7fa-d1bf4df67119","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a625dee2-31c6-4868-92cf-3812ca648aa6","name":"DiaryGClientID is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"DiaryGClientID is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"76854885-ca2f-475d-a26f-f4785c459ba6","name":"InvalidClient","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The appointment could not be created. Check the user ID.\",\n  \"errorCode\": \"571\"\n}"},{"id":"a996eb49-45eb-429c-823d-aea100317777","name":"InvalidAppointment","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error creating the appointment, invalid appointment.\",\n  \"errorCode\": \"158\"\n}"},{"id":"88b838ea-ccf7-4dbd-a502-57c6e016ee05","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error creating the appointment, check the provided data.\",\n  \"errorCode\": \"32\"\n}"},{"id":"6507d0eb-14ec-4392-85c4-f8b251df1fa3","name":"InvalidUser","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error creating the appointment, invalid user.\",\n  \"errorCode\": \"554\"\n}"},{"id":"7aa13fa7-9251-417b-be83-7e0ae577615f","name":"InvalidAppointment2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error creating the appointment, check the user availability.\",\n  \"errorCode\": \"158\"\n}"},{"id":"ca41f324-507a-4768-b495-73ab5bbca7d5","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c8c26d39-6b0d-489e-a580-fc834a1c4490","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3111e6ac-b41a-4bb3-ae91-e71d31d27050","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGClientID\": 1,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGZoneList\": \"|5:0|\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ✅ Yes | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ✅ Yes | Booth number. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ✅ Yes | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ✅ Yes | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ✅ Yes | Zone configuration. |\n| `DiaryGUserID` | `integer` | ✅ Yes | Professional ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6760f8df-51c0-4d7c-8b36-b3b00ab695e7"},{"name":"Delete Appointment","id":"be08af34-809b-4002-b755-a1ab3b9e9c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Permanently deletes an appointment from the schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Delete - Delete an apointment</p>\n","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique appointment ID.</p>\n","type":"text/plain"},"type":"any","value":"59","key":"diaryGID"}]}},"response":[{"id":"bd702a0c-26e1-4e91-9ed1-90af5a1da31b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cff2a60c-2468-4760-b5b9-e2c4b27d900e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1cce2ddd-5f14-47c7-97e2-4ef6269d99f5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"069f8e8f-6601-4568-847f-58e9ded85756","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fbbc8fe5-ef26-40e5-ab8e-cafce6689fe1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"de1ef101-1a08-4155-9dc4-91b2a97321c9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"850f57ec-2c3b-458a-87c5-193a1a06113a","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The appointment could not be deleted. Check the parameters sent\",\n  \"errorCode\": \"33\"\n}"},{"id":"2d0c2f9e-a971-4e3a-91c9-5714973bcec9","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"60e7a1cb-e5e7-4acb-a5a2-ddaeedb59ecb","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7de6fc45-54bd-4fce-8019-23926cfea6af","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"be08af34-809b-4002-b755-a1ab3b9e9c22"},{"name":"Edit Appointment","id":"6d3b3c97-a750-416d-a3d4-bc615d58ef9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Edits a calendar appointment.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Save - Save the changes made in an appointment</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGClientID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Client ID.</td>\n</tr>\n<tr>\n<td><code>DiaryGCabinetNum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Booth number.</td>\n</tr>\n<tr>\n<td><code>DiaryGDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiaryGStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Start time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>End time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>DiaryGZoneList</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comma-separated list of treatments.</td>\n</tr>\n<tr>\n<td><code>DiaryGUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Professional ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the appointment to be edited.</p>\n","type":"text/plain"},"type":"any","value":"58","key":"diaryGID"}]}},"response":[{"id":"bc721a89-18e3-4758-8b2c-236e12cd6592","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8fd74461-4832-4639-b37b-3fbf1ea431f9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"42e32ed6-37d2-4459-a215-5964d1b2237a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f0f33778-66f0-4cc0-b1c1-b80e4adf23d5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"7341aeeb-38d9-44e6-ae4d-7de4a465cdcc","name":"Appointment not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Appointment not found. Check the ID.\",\n  \"errorCode\": \"571\"\n}"},{"id":"9d2c5206-db8a-4318-a2c2-6cbd7367eb1c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"12bd880e-044c-45ae-9ad3-939f81ec5205","name":"DiaryGClientID is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"DiaryGClientID is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"2c0b41a8-4535-420b-aeb4-c312838bd20f","name":"AppointmentNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Appointment not found. Check the ID.\",\n  \"errorCode\": \"571\"\n}"},{"id":"027b450b-c380-4e73-b8a0-863b0d234b18","name":"InvalidAppointment","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error updating the appointment. Invalid appointment.\",\n  \"errorCode\": \"158\"\n}"},{"id":"8e46e326-4afb-4447-b6e5-ed0f2a235ca1","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error updating the appointment, check the provided data.\",\n  \"errorCode\": \"32\"\n}"},{"id":"6852938f-0591-4518-95e8-b2f46340f62f","name":"InvalidUser","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error updating the appointment, the user is invalid.\",\n  \"errorCode\": \"554\"\n}"},{"id":"4f4b3770-42a8-45ba-9330-7667154858ea","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c3295abb-6d3c-45d7-87d3-59e518c6f311","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"27ded428-8284-406d-8643-48c0fb8b7e2b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"684cffb6-f5ce-459b-94f4-ec26d7d883a7","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGClientID\": 1,\n  \"DiaryGCabinetNum\": 3,\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": \"09:15\",\n  \"DiaryGEnd\": \"10:30\",\n  \"DiaryGZoneList\": \"5, 7, 9\",\n  \"DiaryGUserID\": 239\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique ID of the appointment to be edited."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Booth number. |\n| `DiaryGDate` | `string (date)` | ❌ No | Date (dd/MM/yyyy). |\n| `DiaryGStart` | `string` | ❌ No | Start time (HH:mm). |\n| `DiaryGEnd` | `string` | ❌ No | End time (HH:mm). |\n| `DiaryGZoneList` | `string` | ❌ No | Comma-separated list of treatments. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6d3b3c97-a750-416d-a3d4-bc615d58ef9f"},{"name":"Edit Appointment Comments","id":"aec2914c-9444-4cff-849a-828086242e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}","description":"<p>Add a text comment to an appointment.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Comment - Enter a written comment about an appointment</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Appointment comments.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}","comments"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Appointment ID.</p>\n","type":"text/plain"},"type":"any","value":"78","key":"diaryGID"}]}},"response":[{"id":"6ab42972-d74f-407d-a887-432f076a854e","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cf983081-f1b8-43c4-a5f3-e067bdad3ac2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c2461362-8636-47f9-9e0c-0c463a1a0d0a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"73c2a45f-95af-44d1-9ee5-9d79f12ccd6a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4b130e0f-a8f3-4385-ab6d-b51c5c166953","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D/comments\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b198b55a-47ba-4aeb-8b5c-2488c57cb914","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ffca1661-edd9-4e71-9a5a-b46e0c8a0918","name":"AppointmentNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The appointment does not exist or is invalid.\",\n  \"errorCode\": \"203\"\n}"},{"id":"2c6dee98-e281-4c71-b632-48c91cdb3e4d","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"cfbde803-377d-4fc6-a885-68cb471a78a7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a8a521f1-a69a-496b-b8d2-58fd7f9a997f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGComments\": \"The client prefers a cabin near the window.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/comments?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","comments"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"78","description":"**Required** | Type: `integer`\n\nAppointment ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGComments` | `string` | ❌ No | Appointment comments. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"aec2914c-9444-4cff-849a-828086242e6a"},{"name":"Get Appointment Details","id":"c064dc78-01ae-4404-af44-774d59eb4044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Displays the details of a specific appointment, including client, professional, treatment room, and associated treatments.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Visualize - Show the appointment data</p>\n","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique appointment ID.</p>\n","type":"text/plain"},"type":"any","value":"58","key":"diaryGID"}]}},"response":[{"id":"9e1f3ff0-0acf-4fc2-b2ab-b143eaa8dda1","name":"Appointment details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"DiaryGID\": 996,\n  \"DiaryGMultID\": 0,\n  \"DiaryGAppAllowUserEdit\": 1,\n  \"DiaryGAppAllowCabinetEdit\": 1,\n  \"DiaryGClientID\": 1,\n  \"DiaryGClientSex\": \"F\",\n  \"DiaryGUserCabinetNum\": \"\",\n  \"DiaryGUserID\": 239,\n  \"DiaryGUserName\": \"Juana\",\n  \"DiaryGMigrated\": 0,\n  \"DiaryGCabinetNum\": 1,\n  \"DiaryGCabinetCode\": \"C3\",\n  \"DiaryGCabinetName\": \"Gabinete Láser\",\n  \"DiaryGDate\": \"16/04/2026\",\n  \"DiaryGStart\": \"08:30\",\n  \"DiaryGEnd\": \"08:45\",\n  \"DiaryGAppMoving\": 0,\n  \"DiaryGComments\": \"\",\n  \"DiaryGConfirmed\": 0,\n  \"DiaryGTags\": \"|\",\n  \"DiaryGTicketGClosed\": 0,\n  \"DiaryGClientName\": \"Rosalind Franklin Ellis\",\n  \"DiaryGClientPhone1\": 611223345,\n  \"DiaryGClientVouchers\": \"AXLS(1/1),ARL(1/1),BCR(1/1),CVTC(1/1),ECR(1/1),PLTS(20/20),PLTS(3/3),PLTS(20/41),BCR(2/2)\",\n  \"DiaryGAppIsPack\": 0,\n  \"DiaryGAppAllowDelete\": 1,\n  \"DiaryGAppAllowPrint\": 1,\n  \"DiaryGAppAllowMedicalForm\": 1,\n  \"DiaryGProductsSumSlots\": 1,\n  \"DiaryGAppPassProtocol\": 1,\n  \"DiaryGAppAllowUpdate\": 1,\n  \"DiaryGProfessionalList\": [\n    {\n      \"DiaryUserid\": 248,\n      \"Diaryusername\": \"Doctor\"\n    },\n    {\n      \"DiaryUserid\": 239,\n      \"Diaryusername\": \"Juana\"\n    }\n  ],\n  \"DiaryGSelectedTreatments\": [\n    {\n      \"DiaryGpackid\": 0,\n      \"DiaryGzoneid\": 9,\n      \"DiaryGproductDentalInvMode\": \"PIECE\",\n      \"DiaryGproductdesc\": \"Cera labio sup+axilas+cejas\",\n      \"DiaryGZoneslots\": 1,\n      \"DiaryGTreatment\": 1,\n      \"DiaryGvoucherid\": 0,\n      \"DiaryGDentalDetail\": \"\"\n    }\n  ],\n  \"DiaryGRequiredConsents\": [\n    {\n      \"DiaryGname\": \"form\",\n      \"DiaryGdescription\": \"consentimiento1\",\n      \"DiaryGsigned\": 1,\n      \"DiaryGsession\": 0,\n      \"DiaryGsignDate\": \"13/01/2026\",\n      \"DiaryGid\": 4,\n      \"Diaryiseditable\": 1,\n      \"Diaryisdoctor\": 1\n    }\n  ]\n}"},{"id":"6283af3b-8410-4caa-aa53-2c5a78d64331","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"43b4c870-c9fc-4b0a-9bd3-f892adb9b6b3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f62bf9b1-c106-4889-8292-6cb63daef6f4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fe14782e-8783-4f25-be46-005a85eda4b6","name":"Appointment not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The requested appointment was not found.\"\n}"},{"id":"79929dc5-5fe8-4326-a563-612c6e1ad52f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"88a6f918-d4e1-4869-9846-a45213d4bb23","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"e638798f-0895-4af0-8f96-2fd29fe315ba","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ad56b3cf-65ed-4b2a-a516-e11e62f591de","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"bff78940-9d65-41b0-8ee8-5b337883efb8","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nUnique appointment ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"c064dc78-01ae-4404-af44-774d59eb4044"},{"name":"Load Diary Schedule","id":"1c46b446-bfec-4b33-bd7d-7e43937e716f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&diaryGDate=23/04/2026&groupBy=cabinet&view=day","description":"<p>Retrieves the schedule for a specific date. Use the <code>view</code> parameter to switch between a daily or weekly view, and <code>groupBy</code> to define the grouping mode.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT Book - See Daily - Show the daily viewing of the appointment book</p>\n","urlObject":{"protocol":"https","path":["diary"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Date to display (dd/MM/yyyy).</p>\n","type":"text/plain"},"key":"diaryGDate","value":"23/04/2026"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Identifier of the professional or responsible user.</p>\n","type":"text/plain"},"key":"diaryUserID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Group schedule results by a specific criteria. Use <code>cabinet</code> to group by cabinet (getProfessionalDiary) or <code>professional</code> to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)</p>\n","type":"text/plain"},"key":"groupBy","value":"cabinet"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Schedule view mode. (This can only be one of day,week)</p>\n","type":"text/plain"},"key":"view","value":"day"}],"variable":[]}},"response":[{"id":"8e5481ce-ecd9-491d-a0a1-a68b243ee986","name":"Daily agenda successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"DiaryAvailable\": [\n    {\n      \"DiaryGCabinetDate\": \"04/05/2026\",\n      \"DiaryGUserID\": 239,\n      \"DiaryGCabinetOrder\": 1,\n      \"DiaryGCabinetName\": \"juana\",\n      \"DiaryGCabinetAbbrev\": \"JUA\",\n      \"DiaryGCabinetSuper\": 0\n    }\n  ],\n  \"DiaryUnavailable\": [\n    {\n      \"DiaryGID\": 1087,\n      \"DiaryGCabinetNum\": 1,\n      \"DiaryGDate\": \"05/07/2026\",\n      \"DiaryGStart\": \"09:00\",\n      \"DiaryGEnd\": \"09:30\",\n      \"DiaryGClientName\": \"Rosalind Franklin Ellis (no. 1)\",\n      \"DiaryGClientPhone1\": \"611223344,655443322,677889900\",\n      \"DiaryGProductZoneCode\": \"Axilas\",\n      \"DiaryGUserName\": \"juana\",\n      \"DiaryGAppAllowUpdate\": -1,\n      \"DiaryGTreatmentList\": \"['Axilas']\"\n    },\n    {\n      \"DiaryGID\": 0,\n      \"DiaryGCabinetNum\": 1,\n      \"DiaryGDate\": \"05/07/2026\",\n      \"DiaryGStart\": \"11:00\",\n      \"DiaryGEnd\": \"11:35\"\n    }\n  ]\n}"},{"id":"159cbde5-9b0d-48d4-b752-775147074e1b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"d5f33462-8504-4417-8000-45fd06f092e1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f9236fa4-ea5a-419e-82bc-b711f17dee6e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8acb26ec-f610-4913-a720-17e7ce12fd03","name":"No appointments or locks were found for the requested date.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No appointments or locks were found for the requested date.\"\n}"},{"id":"45857e85-bcfe-49db-b362-aeaa5d7e1770","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8649ffff-c368-4646-a17b-68be8f978f45","name":"view query parameter is required and must be","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Invalid request data\",\n  \"errorCode\": \"invalid-request-data\",\n  \"field\": \"view\",\n  \"message\": \"view query parameter is required and must be either day or week.\"\n}"},{"id":"03c45f54-fc32-4855-9e76-e2afc94a71ee","name":"DateError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error loading the daily agenda. Check the provided data.\",\n  \"errorCode\": \"21\"\n}"},{"id":"4ff8ca58-ca1a-4d3a-872b-86ae84a7dea5","name":"UserError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error loading the weekly schedule. Check the data provided.\",\n  \"errorCode\": \"20\"\n}"},{"id":"05321d34-5deb-46be-a580-5de4bb678ee6","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"af6575c6-7038-4103-a038-9e10456e1987","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"72a38a25-656a-499a-b7e5-5aa11de726c4","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"e152e479-e4da-4524-88d5-42ca46dace05","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGDate=23/04/2026&diaryUserID=1&groupBy=cabinet&view=day","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nDate to display (dd/MM/yyyy).","key":"diaryGDate","value":"23/04/2026","x-postman-displayValue":"23/04/2026"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the professional or responsible user.","key":"diaryUserID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nGroup schedule results by a specific criteria. Use `cabinet` to group by cabinet (getProfessionalDiary) or `professional` to group by professional (getProfessionalWeeklyDiary). (This can only be one of cabinet,professional)","key":"groupBy","value":"cabinet","x-postman-displayValue":"cabinet"},{"description":"**Required** | Type: `string`\n\nSchedule view mode. (This can only be one of day,week)","key":"view","value":"day","x-postman-displayValue":"day"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1c46b446-bfec-4b33-bd7d-7e43937e716f"},{"name":"Load List of Available Treatments and Services","id":"09bbcd9d-9440-490c-bd79-800ce7b6c4e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420","description":"<p>Retrieves the list of treatments and services from the schedule available for the appointment. DO NOT confuse with physical product stock.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book</p>\n","urlObject":{"protocol":"https","path":["diary","zones"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique customer ID.</p>\n","type":"text/plain"},"key":"diaryGClientID","value":"13217420"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique appointment ID.</p>\n","type":"text/plain"},"key":"diaryGID","value":"59"}],"variable":[]}},"response":[{"id":"c222a37d-147e-47ba-8fd6-ddcef11d0e0d","name":"Treatment list loaded successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Services\": [\n    {\n      \"DiaryGZoneID\": 859,\n      \"DiaryGZoneDesc\": \"Abdomen. Chico\",\n      \"DiaryGZoneFamilyID\": 13,\n      \"DiaryGZoneFamilyDesc\": \"Depilación Láser de Diodo\",\n      \"DiaryGZonePrice\": 29.99,\n      \"DiaryGZoneSlots\": 2,\n      \"DiaryGZoneCabinetsNum\": \"\",\n      \"DiaryGZoneDentalPicID\": 0,\n      \"DiaryGDentalMode\": \"PIECE\",\n      \"DiaryGDentalDetail\": \"\"\n    }\n  ],\n  \"Packages\": [\n    {\n      \"DiaryGPackID\": 1926,\n      \"DiaryGPackName\": \"Axilas + Ingles Básicas Chica\",\n      \"DiaryGPackFamilyID\": 13,\n      \"DiaryGPackServices\": \"864,885\",\n      \"DiaryGIsVoucherGroup\": false,\n      \"DiaryGIsActualTariff\": false,\n      \"DiaryGProductJoinCitation\": true\n    }\n  ]\n}"},{"id":"aaca612c-b496-4e28-bd47-6eda75f0164e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"82c6e7e9-d931-45bd-9b26-30d39cf4b899","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c7449029-3896-42db-9f44-75339d4f7449","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fd4229f5-46be-4525-8e98-d473b66782ef","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/zones\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1968fb41-2eeb-429d-8c09-65c999741622","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"3cd27c04-ce99-4fbb-8e46-c99c5e4379d9","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No treatments found for the provided data.\"\n}"},{"id":"c82a3e4b-eff0-4f7c-afe1-1ac9d872802d","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"fce604be-67ac-4346-8f92-a75cb9146118","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1891f19f-ad62-40af-bef7-a2f436e387a6","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/zones?server={{server}}&systemkey={{systemkey}}&clinicID=1&diaryGClientID=13217420&diaryGID=59","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","zones"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nUnique customer ID.","key":"diaryGClientID","value":"13217420","x-postman-displayValue":"13217420"},{"description":"**Optional** | Type: `integer`\n\nUnique appointment ID.","key":"diaryGID","value":"59","x-postman-displayValue":"59"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"09bbcd9d-9440-490c-bd79-800ce7b6c4e6"},{"name":"Move Appointment","id":"441cf854-e132-4b4f-a1ee-13e28731d4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}","description":"<p>Move an appointment in the schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - APPT - Move - Move an appointment</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>New appointment date (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiaryGStart</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of slots from the start of the workday to the start of the appointment.</td>\n</tr>\n<tr>\n<td><code>DiaryGLength</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Appointment duration slots.</td>\n</tr>\n<tr>\n<td><code>DiaryGCabinetNum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>New booth ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}","move"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Appointment global identifier.</p>\n","type":"text/plain"},"type":"any","value":"59","key":"diaryGID"}]}},"response":[{"id":"c2e633d9-330b-486e-ba5d-aede5472cc37","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"815944b5-9c26-4c4f-af75-4fa7f8d6db49","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a67ec174-1f71-4c28-8baa-0266afe9d84f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2158fbec-de80-4ff6-a52e-11a75a2f7560","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"bfb80a57-869d-4b05-8e9a-e23ffdf5b487","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D/move\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"4fb0e304-9e2b-42d8-8030-bce4967e7e68","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5278775e-f196-4c75-9df5-53350a7da8f9","name":"AppointmentNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error moving the appointment. Check the ID.\",\n  \"errorCode\": \"30\"\n}"},{"id":"7d8cb684-d81b-4482-85eb-2109f0b30a2b","name":"InvalidDuration","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error moving the appointment. Check the duration.\",\n  \"errorCode\": \"462\"\n}"},{"id":"5754367e-41fa-49c1-a074-3fcc8c87b820","name":"Unable to move the appointment","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Unable to move the appointment. The professional has exceeded their working hours.\",\n  \"errorCode\": \"427\"\n}"},{"id":"b756f0b4-b0d4-41c1-bc60-f819d6b127b8","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"53490036-3bcc-4a50-b772-628802c01393","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"cd9a96f1-fcca-4434-9822-daa80e9fb51b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"29/01/2026\",\n  \"DiaryGStart\": 30,\n  \"DiaryGLength\": 60,\n  \"DiaryGCabinetNum\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/move?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","move"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"59","description":"**Required** | Type: `integer`\n\nAppointment global identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGDate` | `string (date)` | ❌ No | New appointment date (dd/MM/yyyy). |\n| `DiaryGStart` | `integer` | ❌ No | Number of slots from the start of the workday to the start of the appointment. |\n| `DiaryGLength` | `integer` | ❌ No | Appointment duration slots. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | New booth ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"441cf854-e132-4b4f-a1ee-13e28731d4d0"},{"name":"Remove Tag from Appointment","id":"c5222c7f-bf69-4fe5-af1c-225d48a92fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Removes a specific tag from an appointment.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book - Modify tag in appointments - Modify the tags of the appointments whether they are validated or not.</p>\n","urlObject":{"protocol":"https","path":["diary","{{diaryGID}}","tag","{{tagID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Appointment ID.</p>\n","type":"text/plain"},"type":"any","value":"58","key":"diaryGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Tag ID.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"tagID"}]}},"response":[{"id":"fe6044a8-62e1-4901-be25-c333aae09845","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a0b750d8-3978-40a3-8d7a-01c9b9cd8781","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"af5a1a77-4281-4cfc-8756-bd00d3da37ba","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b6130fe6-ad83-42ad-9ff4-7fdf90029f48","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"669a91a9-e53c-4d48-8ff6-fcd27d7b7998","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/%7B%7BdiaryGID%7D%7D/tag/%7B%7BtagID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0fbbc175-dbb5-4fbe-8251-ffcba80eee15","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"15d83c1b-9463-4d0f-8738-2bf7517b620d","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"457fff48-deaf-42aa-b017-0244b6b1c3d2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"01159beb-882e-47f0-b8a4-201869968f30","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/diary/{{diaryGID}}/tag/{{tagID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","{{diaryGID}}","tag","{{tagID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"diaryGID","value":"58","description":"**Required** | Type: `integer`\n\nAppointment ID."},{"key":"tagID","value":"2","description":"**Required** | Type: `integer`\n\nTag ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"c5222c7f-bf69-4fe5-af1c-225d48a92fa0"},{"name":"Search Schedule Availability","id":"58774a5c-f544-4d1b-bc27-4796416b4f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Searches for available time slots in the schedule based on a date, a client, and a list of services/zones. Returns all cabinet and time combinations where the appointment fits.</p>\n<p><strong>Permision:</strong></p>\n<p>APPT Book</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiaryGClientID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Client ID.</td>\n</tr>\n<tr>\n<td><code>DiaryGDate</code></td>\n<td><code>string (date)</code></td>\n<td>✅ Yes</td>\n<td>Date to search availability (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>DiaryGLstZones</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Comma-separated list of product IDs.</td>\n</tr>\n<tr>\n<td><code>DiaryGUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Professional/user ID. Use 0 for any professional.</td>\n</tr>\n<tr>\n<td><code>DiaryGCabinetNum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Cabinet ID. Use 0 for any cabinet.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["diary","availability"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"dbff8181-d7b6-47dc-87c2-3081eea00011","name":"List of slots found. An array with the available options is returned.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DiaryGTime\": \"09:30\",\n    \"DiaryGCabinetNum\": 2,\n    \"DiaryGCabinetCode\": \"C1\",\n    \"DiaryGCabinetDescName\": \"Cabin 2\"\n  },\n  {\n    \"DiaryGTime\": \"09:45\",\n    \"DiaryGCabinetNum\": 3,\n    \"DiaryGCabinetCode\": \"C2\",\n    \"DiaryGCabinetDescName\": \"Cabin 3\"\n  }\n]"},{"id":"0d66fc2c-a631-4482-88fb-3cc2f7459135","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"407b0c44-1a3e-4fe9-a034-1f9a1566edbc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"82df48b0-94eb-421f-9123-5c44df31f313","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b08a901b-3be0-4de7-ba04-4a5c3b1c320c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/diary/availability\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ecbf7212-c92b-4c47-ac8d-21825d108771","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1b6f4cb9-b7b1-4be5-82dd-5b1c5f03e7c6","name":"SlotsNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No slots found in the schedule.\"\n}"},{"id":"b7ef4afd-050f-43df-8541-c8b963f37b4b","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"5090d6e4-2f20-4891-9174-355b982a8a20","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e414e7c2-94ce-42a6-8da4-f98cd5cd80e5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiaryGDate\": \"28/01/2026\",\n  \"DiaryGLstZones\": \"10,5\",\n  \"DiaryGClientID\": 123,\n  \"DiaryGUserID\": 0,\n  \"DiaryGCabinetNum\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/diary/availability?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["diary","availability"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiaryGClientID` | `integer` | ❌ No | Client ID. |\n| `DiaryGDate` | `string (date)` | ✅ Yes | Date to search availability (dd/MM/yyyy). |\n| `DiaryGLstZones` | `string` | ✅ Yes | Comma-separated list of product IDs. |\n| `DiaryGUserID` | `integer` | ❌ No | Professional/user ID. Use 0 for any professional. |\n| `DiaryGCabinetNum` | `integer` | ❌ No | Cabinet ID. Use 0 for any cabinet. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"58774a5c-f544-4d1b-bc27-4796416b4f50"}],"id":"9e7103d1-e3b8-45cd-be89-d07675730de6","description":"<p>Diary and appointment schedule management endpoints.</p>\n","_postman_id":"9e7103d1-e3b8-45cd-be89-d07675730de6"},{"name":"Discount","item":[{"name":"Create Discount","id":"3d17c17e-f7df-49f2-8418-27d6a256b6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new discount in the system.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Types of discount - Crear - Create a new type of discount</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiscountName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Name or description of the discount.</td>\n</tr>\n<tr>\n<td><code>DiscountAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Discount amount or percentage.</td>\n</tr>\n<tr>\n<td><code>DiscountMaxValue</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Maximum discountable amount in currency.</td>\n</tr>\n<tr>\n<td><code>DiscountCampaignID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the campaign to which the discount belongs.</td>\n</tr>\n<tr>\n<td><code>DiscountComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Extra information text.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"f2196e3b-ce64-4f53-9981-fa5955c22b65","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8819a38f-8bb0-44cc-8119-2162735d196b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"989b7726-6a33-4c35-9999-d959abf863c3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"77797189-6d1e-4bde-b69f-b6dbb9c9f818","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"729d366e-8ee8-42fc-a49a-de841d2f8f77","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"bb86acdb-4b44-432c-9616-438c9de8b386","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2997f02d-c974-4283-ab5e-e9ba4d44cd3c","name":"DiscountName is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"DiscountName is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"3d4b4877-8684-4013-822e-2a61e186491c","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error editing the discount. Please check the submitted data.\",\n  \"errorCode\": \"230\"\n}"},{"id":"c11b90e9-2986-4798-b010-c52e4cbad85c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c3f3babe-11d6-462b-a4cc-f39be5c4e0a4","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 20.0,\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ✅ Yes | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3d17c17e-f7df-49f2-8418-27d6a256b6b6"},{"name":"Disable Discount","id":"1648a82d-fc1e-462e-880a-51f3ee20f5de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows disabling an existing discount.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Types of discount - Enable/ Disable - Enable/disable a type of discount</p>\n","urlObject":{"protocol":"https","path":["discount","{{discountID}}","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the discount to be modified.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"discountID"}]}},"response":[{"id":"733bb3e4-3751-42dd-b135-cc62950abcf7","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5a4a937d-54cf-40e7-8073-dce4337d8fb8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"7ff3825f-b4b4-4666-b1ea-b687c6238475","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"02ca41ca-e479-42d8-a900-0f4463796a41","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"da1a9b88-54cb-4e04-a1eb-0781f49c0565","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/discount/%7B%7BdiscountID%7D%7D/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"5026978a-11bd-423e-9d0c-74ea8f54a124","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f498a216-1c1d-49e2-a5fd-a90ae1beea28","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error modifying the discount. Verify the ID.\",\n  \"ErrorCode\": \"231\"\n}"},{"id":"dfd735fe-8606-422e-841f-7940c95819f4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"6db3faa7-fd2e-43bf-926e-314cb15ad458","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1648a82d-fc1e-462e-880a-51f3ee20f5de"},{"name":"Edit Discount","id":"6c1aef2b-2194-477e-b42a-fdb04638646f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Saves the data of the existing discount.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Types of discount - Guardar - Save the data of a type of discount</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiscountName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Name or description of the discount.</td>\n</tr>\n<tr>\n<td><code>DiscountAmount</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Discount amount or percentage.</td>\n</tr>\n<tr>\n<td><code>DiscountMaxValue</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Maximum discountable amount in currency.</td>\n</tr>\n<tr>\n<td><code>DiscountCampaignID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the campaign to which the discount belongs.</td>\n</tr>\n<tr>\n<td><code>DiscountComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Extra information text.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["discount","{{discountID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the discount to edit.</p>\n","type":"text/plain"},"type":"any","value":"18","key":"discountID"}]}},"response":[{"id":"5ec50726-c75a-4ae7-aca1-f49729eaa60d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"698b28b8-e7ed-4b1c-9a41-53f81fee4189","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"7812963c-f745-4168-9ca0-b3276b0e6f41","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d80fbaf0-7102-45a2-8e05-60ef8ae8183e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8a1d6211-3a10-49ca-9db8-683a820feb01","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/discount/%7B%7BdiscountID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"cef3ebf8-db4c-4ebe-b82e-955b468e104a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f46277a0-ccb6-429e-8b57-4548246a795e","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error editing the discount. Please check the submitted data.\",\n  \"errorCode\": \"230\"\n}"},{"id":"397092dd-d42a-42c7-bd20-50790ac5ae30","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3da0c60f-cce6-498d-bd61-42beb1add80a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountName\": \"Descuento2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"18","description":"**Required** | Type: `integer`\n\nID of the discount to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountName` | `string` | ❌ No | Name or description of the discount. |\n| `DiscountAmount` | `number (double)` | ❌ No | Discount amount or percentage. |\n| `DiscountMaxValue` | `number (double)` | ❌ No | Maximum discountable amount in currency. |\n| `DiscountCampaignID` | `integer` | ❌ No | ID of the campaign to which the discount belongs. |\n| `DiscountComments` | `string` | ❌ No | Extra information text. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6c1aef2b-2194-477e-b42a-fdb04638646f"},{"name":"Enable Discount","id":"d990e7d4-17e6-468b-b9cb-d651f27bd837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows enabling an existing discount.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Types of discount - Enable/ Disable - Enable/disable a type of discount</p>\n","urlObject":{"protocol":"https","path":["discount","{{discountID}}","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the discount to be modified.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"discountID"}]}},"response":[{"id":"576c1963-ede0-4cdf-9fe2-0fa15ca76de4","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a1ca019b-6b06-4c1b-b708-b64df378cee7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"8037faa6-2187-40f8-b29b-08e3c8da4c2b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6b4c4be2-13dd-4861-be1e-adb706bdbbfc","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e6f54e5a-b25c-47fa-ade5-f57bf2fd2ef4","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/discount/%7B%7BdiscountID%7D%7D/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e36c8d91-dea3-4c58-9fa9-1c4cf37e2a46","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"82d7397b-f729-4779-b486-51681c140fc0","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error modifying the discount. Verify the ID.\",\n  \"ErrorCode\": \"231\"\n}"},{"id":"1d1dc2e7-3abf-4919-834a-5b11ea898745","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b79dc7b1-285f-4158-8fd1-804252e9bf29","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"12","description":"**Required** | Type: `integer`\n\nUnique ID of the discount to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d990e7d4-17e6-468b-b9cb-d651f27bd837"},{"name":"Get Discount Catalog","id":"d4202354-fa9d-4a1a-b059-b0bd3858f70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of applicable discounts available for a specific clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Types of discount - List - See the list of discount types</p>\n","urlObject":{"protocol":"https","path":["discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Clinic identifier.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"e1066b76-8695-42c6-aacd-0e2764bcc323","name":"Discount list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DiscountID\": \"31\",\n    \"DiscountName\": \"\",\n    \"DiscountMaxValue\": 15,\n    \"DiscountDisabled\": true\n  },\n  {\n    \"DiscountID\": \"1\",\n    \"DiscountName\": \"\",\n    \"DiscountMaxValue\": 10,\n    \"DiscountDisabled\": true\n  }\n]"},{"id":"b3d877a2-c103-437f-aba2-b92ec4710c79","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f0761d64-9035-4a55-8659-7187fa253eaa","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ef70f785-3849-4dca-b105-7f7c1facbfd6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3ce60a39-9d22-4129-ae57-d96ba56bf3d9","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c93bba4b-e876-4365-b3d4-1d21c72d4489","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"411e11d2-3ac7-44c1-9149-e8c4fddfedc9","name":"InvalidClinicIDForSelector","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic ID is not valid or does not exist.\",\n  \"errorCode\": \"16\"\n}"},{"id":"08e184e5-1fca-4f19-984e-7ed20b5ed8f8","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7a3f2826-51ba-43bf-8e06-063df8a6d5e3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic identifier.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d4202354-fa9d-4a1a-b059-b0bd3858f70e"},{"name":"Get Discount Details","id":"a6d8792b-8e67-400e-99d2-10c81536d249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Gets data for a discount type.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Discounts - Types of discount - Edit - Obtain the data of discount types</p>\n","urlObject":{"protocol":"https","path":["discount","{{discountID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Discount ID to query. If empty, it will display       all discounts.</p>\n","type":"text/plain"},"type":"any","value":"6","key":"discountID"}]}},"response":[{"id":"bea179eb-a4ca-4659-840a-c51f49f1ffb6","name":"Discount details obtained successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"DiscountName\": \"Discount2\",\n  \"DiscountAmount\": 20.0,\n  \"DiscountMaxValue\": 20.0,\n  \"DiscountCampaignID\": 1,\n  \"DiscountComments\": \"Loyalty discount\"\n}"},{"id":"6e3c3079-2fc5-4064-850f-4ff97276a96e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f3932855-eb36-42cc-89b8-fd159c79f536","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"77424464-362c-45b7-81c7-ac5e9010e1cc","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4616e755-09fa-424e-bf06-de398622587c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/discount/%7B%7BdiscountID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"f7b88058-4ba3-40dc-88a7-baaccafdfc4e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1e700d12-5c78-43e7-9e00-6b8d6e900601","name":"NotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Discount details not found. Verify the submitted ID.\"\n}"},{"id":"119178f8-dfe5-4ac2-a003-5f4f2a56baca","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f1eeda43-f52e-4b72-afe5-d962c274882a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/discount/{{discountID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["discount","{{discountID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"discountID","value":"6","description":"**Required** | Type: `integer`\n\nDiscount ID to query. If empty, it will display       all discounts."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a6d8792b-8e67-400e-99d2-10c81536d249"}],"id":"2832dea7-11e0-424a-8287-5d3483c3a708","description":"<p>Discount catalog and configuration endpoints.</p>\n","_postman_id":"2832dea7-11e0-424a-8287-5d3483c3a708"},{"name":"Equipment","item":[{"name":"Create New Equipment","id":"bbbd1d16-4798-49db-b91d-f2c3c002ee4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}","description":"<p>Create new equipment in the general catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Equipment - Equipment - Create - Create equipment</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>EquipmentName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Equipment name (max 100 characters).</td>\n</tr>\n<tr>\n<td><code>EquipmentCode</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Equipment code (max 5 characters).</td>\n</tr>\n<tr>\n<td><code>EquipmentWeight</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend.</td>\n</tr>\n<tr>\n<td><code>EquipmentDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Equipment description (max 200 characters).</td>\n</tr>\n<tr>\n<td><code>EquipmentInterfaceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Equipment interface ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["equipment"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"88b6c159-be3f-48b2-b4d3-5a637e8b66eb","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"169e78c7-b173-43a2-9c29-51fd194033f3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4a2ab492-b663-42b1-a9d4-1116014c178e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"536ee705-7789-4371-a799-9a550f1f7663","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2350b220-801a-4ed9-8d4d-4903a03e1b9d","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/equipment\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1a26d012-173a-4a92-a9f2-94bd6b2babc8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4db2cebc-560a-4e7a-be70-50cbf118dfff","name":"EquipmentName must not exceed 100 characters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"EquipmentName must not exceed 100 characters\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"887f3416-00db-473a-ae1d-9cf3f32c1f72","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9b59ee8e-2e53-4af6-aae8-23a64bcc514e","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"c62891ca-a9ac-4a68-bd0d-25d3c36307a1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentName\": \"New Laser Equipment\",\n  \"EquipmentWeight\": 12.5,\n  \"EquipmentDesc\": \"Detailed description of the new equipment.\",\n  \"EquipmentInterfaceID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ✅ Yes | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ✅ Yes | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"bbbd1d16-4798-49db-b91d-f2c3c002ee4a"},{"name":"Delete Equipment","id":"f2705b44-fbfd-449c-8acd-e70d5508084b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing equipment from the catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Equipment - Equipment - Delete - Eliminate existing equipment</p>\n","urlObject":{"protocol":"https","path":["equipment","{{equipmentID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Equipment ID</p>\n","type":"text/plain"},"type":"any","value":"105","key":"equipmentID"}]}},"response":[{"id":"554729cb-4809-4712-b2c4-f6d8740972ba","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"804f28d2-be45-490d-9dd8-1afa62b1880f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"53141b8b-e6b5-43a3-b35a-85657c206608","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"62293ac7-6db2-4e69-8b5a-fb00a0563184","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"30a2cb79-1365-40e3-b65f-ad78b36154ca","name":"No equipment found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorCode\": 124,\n  \"message\": \"No equipment found with that ID\"\n}"},{"id":"4f6a7e5b-bc12-4243-9ca7-63f312950078","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"76a23bdb-5649-48fc-8a96-4188f0ea192b","name":"DeleteEquipmentError604","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error deleting equipment. Check the equipment ID.\",\n  \"errorCode\": \"604\"\n}"},{"id":"a9e6bf9b-d7ee-45c1-b2fd-62074d3f5b65","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"499a41b0-ead9-4415-b183-2f9775a8a25f","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"05e4de06-a4a8-47f7-bc12-1e1098cf73d7","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"2e17fa30-e48a-4494-8c87-55960db5731a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/equipment/%7B%7BequipmentID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"f2705b44-fbfd-449c-8acd-e70d5508084b"},{"name":"Modify Equipment Data","id":"222af3d2-b922-423e-979e-c072e018be6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modify existing equipment data.</p>\n<p><strong>Permision:</strong></p>\n<p>Equipment - Equipment - Save - Modify the data of existing equipment</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>EquipmentName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Equipment name (max 100 characters).</td>\n</tr>\n<tr>\n<td><code>EquipmentCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Equipment code (max 5 characters).</td>\n</tr>\n<tr>\n<td><code>EquipmentWeight</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend.</td>\n</tr>\n<tr>\n<td><code>EquipmentDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Equipment description (max 200 characters).</td>\n</tr>\n<tr>\n<td><code>EquipmentInterfaceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Equipment interface ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["equipment","{{equipmentID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Equipment ID</p>\n","type":"text/plain"},"type":"any","value":"105","key":"equipmentID"}]}},"response":[{"id":"7ae832d3-c9dd-4d21-8273-0f560ed09462","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3482d443-0601-4f41-b87f-d4b45191afea","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a6cebe95-224b-404d-92d7-8aa5cdcdf67f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"137faad2-3002-4a97-9ea9-c7f571ae7fc1","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"59a1f876-2059-4c73-b956-841138122360","name":"No equipment found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorCode\": 123,\n  \"message\": \"No equipment found with that ID\"\n}"},{"id":"44c6520c-52cb-4442-96d5-4c6ec100dab4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"079823a8-e80d-48e8-a8b5-9d62a66a79f4","name":"EquipmentCode must not exceed 5 characters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"EquipmentCode must not exceed 5 characters\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"75d34bb1-261c-41b8-b8e2-f094946ca026","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"268f0cbc-e427-4ba9-bd0c-b355c19de8d8","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"228cb03c-29f1-44ab-bc47-81ce205470e3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"06ac458e-98ad-4553-ad07-491e4cdaf8e1","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"EquipmentName\": \"Diode Laser PRO\",\n  \"EquipmentCode\": \"EQ001\",\n  \"EquipmentWeight\": 45.5,\n  \"EquipmentDesc\": \"High-power laser equipment for hair removal treatments.\",\n  \"EquipmentInterfaceID\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","key":"server","value":"{{server}}","x-postman-displayValue":"eu013"},{"description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","key":"systemkey","value":"{{systemkey}}","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"105","description":"**Required** | Type: `integer`\n\nEquipment ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `EquipmentName` | `string` | ❌ No | Equipment name (max 100 characters). |\n| `EquipmentCode` | `string` | ❌ No | Equipment code (max 5 characters). |\n| `EquipmentWeight` | `number (double)` | ❌ No | Equipment weight. Use dot as decimal separator (e.g. 12.5); the API converts it to comma format for the backend. |\n| `EquipmentDesc` | `string` | ❌ No | Equipment description (max 200 characters). |\n| `EquipmentInterfaceID` | `integer` | ❌ No | Equipment interface ID |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/equipment/%7B%7BequipmentID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"222af3d2-b922-423e-979e-c072e018be6e"},{"name":"View Equipment Details","id":"10faf4a0-3c9a-4d66-9a98-029150f53739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieve details of existing equipment in the system.</p>\n<p><strong>Permision:</strong></p>\n<p>Equipment - Equipment - Edit - Consult details of existing equipment</p>\n","urlObject":{"protocol":"https","path":["equipment","{{equipmentID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Equipment ID</p>\n","type":"text/plain"},"type":"any","value":"3","key":"equipmentID"}]}},"response":[{"id":"238de1f5-734d-4ca0-9596-e9c44a899fd1","name":"Equipment details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"EquipmentID\": 3,\n  \"EquipmentCode\": \"EQ2\",\n  \"EquipmentName\": \"Equipment 2\",\n  \"EquipmentWeight\": 1.0,\n  \"EquipmentInterfaceID\": 1\n}"},{"id":"baa26839-4682-446e-99e7-5867a1480066","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c7210d78-5b60-4d46-9811-b653136b6e21","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"630c872c-99b6-4af5-82f2-3454701dcdab","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"df49d395-7055-4c86-be87-79a8f880134c","name":"No equipment was found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No equipment was found with that ID.\",\n  \"errorCode\": \"116\"\n}"},{"id":"150cec90-6178-4412-a664-0b2744e00b2a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1e7f1e41-4eca-4a81-b648-ca5fd6bd759e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"732095c8-2dfd-403f-8342-1f0041aabf2f","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"8909bbe1-8c7f-40d7-b15b-9f3f8b501c3d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"7be32be7-c250-48bf-b45f-50a6ea68d3c1","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment/{{equipmentID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment","{{equipmentID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"equipmentID","value":"3","description":"**Required** | Type: `integer`\n\nEquipment ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/equipment/%7B%7BequipmentID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"10faf4a0-3c9a-4d66-9a98-029150f53739"},{"name":"View List of Equipment Models","id":"fc5e509a-4b34-4584-aff5-bbf089a87896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>View the list of equipment models available or assigned to a clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Equipment - Equipment - List - See list of equipment models</p>\n","urlObject":{"protocol":"https","path":["equipment"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"250c2fa6-eefb-4fa4-a890-6c57bd1ac482","name":"List of equipment models retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"EquipmentID\": \"1\",\n    \"EquipmentCode\": \"Q3\",\n    \"EquipmentName\": \"Láser Diodo PRO\",\n    \"EquipmentDesc\": \"Equipo láser de alta potencia para tratamientos de depilación.\"\n  },\n  {\n    \"EquipmentID\": \"4\",\n    \"EquipmentCode\": \"EQ9\",\n    \"EquipmentName\": \"Nuevo Equipo Láser\",\n    \"EquipmentDesc\": \"Descripción detallada del nuevo equipo.\"\n  }\n]"},{"id":"69fd2626-09e6-40d1-859d-ecf2a91b2113","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"dd27e0f2-4d1f-4224-81bd-7c6e0fc833a8","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"44c9dd19-6ceb-4d6e-a722-38f530dc6f22","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"83817fb9-c5b1-4c99-83bb-dd62c2efc364","name":"No equipment was found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No equipment was found with that ID.\",\n  \"errorCode\": \"116\"\n}"},{"id":"a9d51dd3-f61a-4693-973d-bba6d60d10a8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"43a52c78-e90c-4928-9ae6-202c26c17179","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"dd481acb-a14d-4f66-bdc1-98965f2b5673","name":"InvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"b2c16ead-1b10-45c9-adb3-37d1035f1d14","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"0c077a77-ee55-46d5-9c58-b8dd2c329d5f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/equipment?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["equipment"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier of the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/equipment\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"fc5e509a-4b34-4584-aff5-bbf089a87896"}],"id":"325f238f-4627-4f5e-b9c3-97f2ba09ba2b","description":"<p>Equipment catalog and configuration endpoints.</p>\n","_postman_id":"325f238f-4627-4f5e-b9c3-97f2ba09ba2b"},{"name":"Gift Voucher","item":[{"name":"Top-up","item":[{"name":"Gift Voucher Top-Up","id":"37425527-5b87-4cc4-9fe8-48329c6d7a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}","description":"<p>Reloads or updates the balance of a specific gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Reload - Reload an existing gift check</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>GiftVoucherAmount</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Recharge amount or initial balance.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Expiration date of the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional notes or comments associated with the recharge.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","topup"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the gift voucher to be recharged.</p>\n","type":"text/plain"},"type":"any","value":"31","key":"giftVoucherID"}]}},"response":[{"id":"459baea5-8ab8-493e-9d69-2c459ee3db49","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cbfa9c27-a476-4bf9-95e7-a04af3e19424","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"968fa484-4482-4dba-913e-8301801dfb7a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"54a9f310-0c5e-40d4-ac79-1ba118f5339e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"db4c8c83-8f05-4269-9df8-91266e145994","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/topup\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"abc334ea-de41-4824-beff-e7bbaa3169bf","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ae4a4a90-0ccb-488a-a52c-978016d0cb7b","name":"Error loading the gift voucher","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error loading the gift voucher, check that the code is correct\",\n  \"ErrorCode\": \"44\"\n}"},{"id":"c628d38c-fab6-4a69-a1ed-ee7fab5fc89a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"85bda6b2-47d6-4355-8fcd-3bbbda628fd1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique identifier of the gift voucher to be recharged."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Recharge amount or initial balance. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes or comments associated with the recharge. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"37425527-5b87-4cc4-9fe8-48329c6d7a9a"},{"name":"List of Gift Voucher Top-Ups","id":"0c1b3cbc-aeb0-43a9-b2da-548ae10c9988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the detailed history of recharges made to a specific gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Cancel reload - Show the list of reloads of a gift check in order to go about cancelling it</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","topup"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID or unique code of the gift voucher.</p>\n","type":"text/plain"},"type":"any","value":"31","key":"giftVoucherID"}]}},"response":[{"id":"d0feb8e5-f982-4465-a23e-dc662df738ff","name":"Top-up list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"GiftVoucherPID\": 1,\n    \"GiftVoucherPDate\": \"16/02/2026\",\n    \"GiftVoucherPPayDesc\": \"Direct debit\",\n    \"GiftVoucherPAmount\": 15.0,\n    \"GiftVoucherPCurrencySymbol\": \"€\"\n  },\n  {\n    \"GiftVoucherPID\": 2,\n    \"GiftVoucherPDate\": \"20/02/2026\",\n    \"GiftVoucherPPayDesc\": \"Cash\",\n    \"GiftVoucherPAmount\": 20.0,\n    \"GiftVoucherPCurrencySymbol\": \"€\"\n  }\n]"},{"id":"7e7ce1fe-69ef-4180-bfb1-8a0ffffebde2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4e0b96c7-d491-464c-a02a-91c1f5220a0f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"13a669fe-f61b-4184-bc19-580dab98e367","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d7a464f0-e2c9-49a2-8282-bd1c6a21b79e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/topup\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"5f6b818b-9641-4ad1-860d-fe050f27f31a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e0a826a3-b4aa-4b8c-936a-426c825c88e1","name":"InvalidVoucher","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error retrieving top-up history, check the gift voucher ID\",\n  \"ErrorCode\": \"44\"\n}"},{"id":"03d046e6-01bd-45e0-b4ff-2fd00835f5c2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"abe8936b-3c2c-4cac-97d5-78d86085e68f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/topup?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","topup"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0c1b3cbc-aeb0-43a9-b2da-548ae10c9988"}],"id":"cef8b0a9-7774-4d65-a8eb-b7b13b22ef0d","description":"<p>Gift voucher balance top-up and recharge endpoints.</p>\n","_postman_id":"cef8b0a9-7774-4d65-a8eb-b7b13b22ef0d"},{"name":"Cancel Gift Voucher","id":"6a0fc279-65c8-4ea1-b0fa-b9f8b1c5c019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Cancel an existing gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Cancel gift check - Cancel a gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the process or top-up line.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"giftVoucherID"}]}},"response":[{"id":"e8fb40c5-6d80-40e7-9a1a-0d238d157194","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"941026a2-b1c1-41c6-80be-51b951c3ae4d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3f5f2109-1324-4364-b1cb-d0711bc77d47","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7db0e2b5-160e-4e63-b16f-35b1157c424c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"efb51145-9365-40e7-8bf1-a8e076ff283e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"69180f11-8580-432e-8957-26d249c657b8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"01ce5fae-ea93-40f4-84ff-ff022af5b1f7","name":"CancellationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The gift voucher could not be canceled. It may have already been used. or requires additional confirmation.\",\n  \"errorCode\": \"219\"\n}"},{"id":"80578d28-c554-4152-94ea-d1a8cca5c952","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"abcd0b6f-59d1-493a-b6a9-9742cc91080a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the process or top-up line."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6a0fc279-65c8-4ea1-b0fa-b9f8b1c5c019"},{"name":"Create Gift Voucher","id":"5b03fcb7-7074-45b7-b04d-df8784fcfef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Registers a new gift voucher associated with a client, defining the amount, payment method, and expiration date.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Create - Create a new gift check</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>GiftVoucherAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Amount or face value of the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Expiration date of the gift voucher (format dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>GiftVoucherCode</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Gift voucher code.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Notes or observations about the use of the check.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherClientID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the customer who acquires or to whom the voucher is assigned.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["giftvoucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"b0c8b469-423f-455a-b5dd-edae5bb50517","name":"Print document generated successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"GiftVoucherCode\": 123456789\n}"},{"id":"f5385b11-d82b-42ef-9ba3-e4f996f06fa8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"31f15996-c4b7-4b54-a14e-8a2ddb0414e4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"46bb2b07-15ba-4cba-8e4e-b8f9787b19cc","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b23b5c83-5f05-4b95-9adc-b8550b03c758","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"04d0bdb0-bad8-42e0-956f-e55c1f1d9db4","name":"A gift voucher with the provided code already exists.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"A gift voucher with this code already exists.\",\n  \"ErrorCode\": \"222\"\n}"},{"id":"34e9c1b0-a44b-4ab0-919c-4bc6c4d6a09f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"51a228a0-c90f-454a-8c31-341832bc94fa","name":"GiftVoucherAmount must be a positive decimal","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"GiftVoucherAmount must be a positive decimal number with up to 6 integer digits and 2 decimal places (e.g. 150.00)\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"75ec3e60-1f9c-4a15-8736-04eee8b9943a","name":"Error creating the gift voucher","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error creating the gift voucher. Check the sent parameters.\",\n  \"ErrorCode\": \"46\"\n}"},{"id":"71173e56-0657-4c4c-ada0-368e33684a28","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"08eae3be-52b1-4832-8c2b-b120571c6959","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherCode\": 23,\n  \"GiftVoucherNotes\": \"Birthday gift\",\n  \"GiftVoucherClientID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ✅ Yes | Amount or face value of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (format dd/MM/yyyy). |\n| `GiftVoucherCode` | `integer` | ❌ No | Gift voucher code. |\n| `GiftVoucherNotes` | `string` | ❌ No | Notes or observations about the use of the check. |\n| `GiftVoucherClientID` | `integer` | ❌ No | ID of the customer who acquires or to whom the voucher is assigned. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5b03fcb7-7074-45b7-b04d-df8784fcfef1"},{"name":"Disable Gift Voucher","id":"21406c7a-8262-4763-a48c-8cc8f0f812b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Disables an existing gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Delete - Enable/disable an existing gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the gift voucher to be modified.</p>\n","type":"text/plain"},"type":"any","value":"30","key":"giftVoucherID"}]}},"response":[{"id":"c6601308-593b-464d-a953-caaf00f97ec2","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2c9621d9-acd2-4d44-b882-a5b73f4871cc","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b645c681-1e50-41cf-bb6c-adb19da7070b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6d9ec162-b645-4a66-8edc-0ea9496920dd","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b29f84b7-60d0-44ee-b3eb-7ff391a2104a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"10d24c53-9133-47fb-9881-37f592cc58aa","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"63f62429-4da2-4cc7-9adf-92f42481ad44","name":"ModificationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error attempting to modify the gift voucher status. Check the ID.\",\n  \"errorCode\": \"178\"\n}"},{"id":"3d2e1e28-65a7-452b-9f3d-cfdbfa04fa20","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c2f4d428-114a-48a5-9207-88079e607a02","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"21406c7a-8262-4763-a48c-8cc8f0f812b9"},{"name":"Enable Gift Voucher","id":"cb1448ca-e34d-4b16-bd5c-0a7605473fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Enables an existing gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Delete - Enable/disable an existing gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the gift voucher to be modified.</p>\n","type":"text/plain"},"type":"any","value":"30","key":"giftVoucherID"}]}},"response":[{"id":"4f82655d-eb14-4157-933c-5a5bd2138ff5","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"dd840237-2f3f-498f-b662-0a9b87525d9e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"30771b0f-364a-4856-9002-5fc4947a7cf5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1335ad4b-4992-40b1-9151-012666d4ae4f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"170b3dec-03ee-4617-a79c-4a40354436dc","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"3c64dea2-106b-425b-85f3-2f9c0998a2cc","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"262f4028-1eaa-4f1f-9f26-765630e9127d","name":"ModificationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error attempting to modify the gift voucher status. Check the ID.\",\n  \"ErrorCode\": \"178\"\n}"},{"id":"e9b6114b-23b9-47e4-8d0f-5c484f7a7a1a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c8bc8ca4-2ab4-46b6-8a0a-d49171c5d425","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"30","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to be modified."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"cb1448ca-e34d-4b16-bd5c-0a7605473fa6"},{"name":"Get Gift Voucher","id":"bc2a177e-578d-43e7-b9f0-a7b53ef90ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieve information for an existing gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Edit - See the data of an existing gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID or code of the gift voucher.</p>\n","type":"text/plain"},"type":"any","value":"31","key":"giftVoucherID"}]}},"response":[{"id":"4c1eb4a2-3079-43fa-b6a0-7ff5f06a0a00","name":"Gift voucher found successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"GiftVoucherID\": 31,\n  \"GiftVoucherExpiryDate\": \"25/02/2026\",\n  \"GiftVoucherCurAmount\": 15.0\n}"},{"id":"fa9aa5bc-1c02-44e3-8f06-91da67b5c3f7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9b2fbfde-2ba0-4608-92de-0f97b8bdc505","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d75aabfb-6c4e-4c3f-a1ea-ce899122781e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d1332812-41aa-4a37-b6d7-d1a8619da45e","name":"Gift voucher not found or request error.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not retrieve the gift voucher. Verify the code.\",\n  \"errorCode\": \"1\"\n}"},{"id":"ac5f0db6-c67f-4c3a-aa1c-fda3d5014fd5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dac99d89-850b-490e-9ef3-6d08b6f39270","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"2d3b5b9a-f47c-49a1-be74-d07245cf9307","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"6b5c22e1-cc15-4094-8777-da18a8a74607","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID or code of the gift voucher."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"bc2a177e-578d-43e7-b9f0-a7b53ef90ec8"},{"name":"Get Gift Voucher History","id":"71e03fb2-9d40-40cb-a27f-3e2648b1eb03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of movements and uses associated with a specific gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - See history - See the usage history of a gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","history"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the gift voucher for which the history is to be consulted.</p>\n","type":"text/plain"},"type":"any","value":"31","key":"giftVoucherID"}]}},"response":[{"id":"0583b58b-4024-425a-a3ea-e68386167e29","name":"History retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"GiftVoucherDate\": \"2026-04-16 11:00:42\",\n  \"GiftVoucherType\": \"Purchase\",\n  \"GiftVoucherAmount\": 222,\n  \"GiftVoucherRelatedTicketID\": null,\n  \"GiftVoucherUser\": \"\",\n  \"GiftVoucherNotes\": \"Adquirido un cheque regalo de 15.222,00 € con fecha 16/04/2026 11:00:42 en la clínica 000001-Nombre Centro (ClinicID: 1)  n. 1\"\n}"},{"id":"3ed0ccf7-a7b7-43ef-b181-293489508671","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"8eda8b1a-7ec8-4523-8331-2e9a3a4f7409","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"fa2b8a74-5fda-4b18-9096-fce6e0cce4cd","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6836d83c-fae8-4b66-b9cc-af09656ab950","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/history\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a48c13ca-832a-4214-bc2d-98f1a2455dfe","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d5366bcb-fabc-4217-8476-884a4bd9acde","name":"QueryError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not retrieve the gift voucher history.\",\n  \"errorCode\": \"400\"\n}"},{"id":"75eb0f13-01e9-4bce-a009-96eecb5ed5a1","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3e9c5722-ad2b-4106-8214-c4e95790fddb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher for which the history is to be consulted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"71e03fb2-9d40-40cb-a27f-3e2648b1eb03"},{"name":"Get Gift Voucher List","id":"751c15c5-2f52-47a1-84e4-d6f7c1ca511e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves a list of gift vouchers and their purchase dates.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - List - Search for gift checks</p>\n","urlObject":{"protocol":"https","path":["giftvoucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Purchase date to filter the results (format dd/MM/yyyy).</p>\n","type":"text/plain"},"key":"giftVoucherDate","value":"12/12/2025"}],"variable":[]}},"response":[{"id":"e99be3c0-6593-476a-8a1a-4df2425a970b","name":"Gift card list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"GiftVoucherID\": 30,\n    \"GiftVoucherCode\": 23,\n    \"GiftVoucherDate\": \"12/12/2025\",\n    \"GiftVoucherExpiryDate\": \"17/12/2027\",\n    \"GiftVoucherCurAmount\": 100.0,\n    \"GiftVoucherInvoiced\": 1,\n    \"GiftVoucherDisabled\": 0,\n    \"GiftVoucherCancelled\": 0,\n    \"GiftVoucherClinicID\": 1,\n    \"GiftVoucherClinicName\": \"000001 - Center Name\",\n    \"GiftVoucherCurrencySymbol\": \"€\"\n  },\n  {\n    \"GiftVoucherID\": 31,\n    \"GiftVoucherCode\": 24,\n    \"GiftVoucherDate\": \"13/12/2025\",\n    \"GiftVoucherExpiryDate\": \"18/12/2027\",\n    \"GiftVoucherCurAmount\": 50.0,\n    \"GiftVoucherInvoiced\": 0,\n    \"GiftVoucherDisabled\": 0,\n    \"GiftVoucherCancelled\": 0,\n    \"GiftVoucherClinicID\": 1,\n    \"GiftVoucherClinicName\": \"000001 - Center Name\",\n    \"GiftVoucherCurrencySymbol\": \"€\"\n  }\n]"},{"id":"916d2964-f573-4467-8d05-4a71dfab6a3d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a7acddba-ea7c-4a6c-b2a5-18680d4f397f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a0ae742b-7492-4a6f-a325-ad9e1af8d519","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b675fc40-255b-4398-b555-88a5317bdce3","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"96172f23-5e6f-49cc-b526-8a42e1721c5e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"fc433e4b-1fad-4024-87d2-610a27918902","name":"ListError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error obtaining the gift voucher list, check the search parameters\",\n  \"errorCode\": \"46\"\n}"},{"id":"811f9e46-2d91-4a06-8748-bd72de17f74c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"21cab115-fcb7-4425-9f4c-2e2957177838","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1&giftVoucherDate=12/12/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nPurchase date to filter the results (format dd/MM/yyyy).","key":"giftVoucherDate","value":"12/12/2025","x-postman-displayValue":"12/12/2025"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"751c15c5-2f52-47a1-84e4-d6f7c1ca511e"},{"name":"Modify Gift Voucher","id":"cde0c90c-d7a5-4df1-ad86-ff25907d2858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows editing the details of an existing gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Save - Modify a gift check</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>GiftVoucherAmount</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Amount or balance of the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Expiration date of the voucher (format DD/MM/YYYY).</td>\n</tr>\n<tr>\n<td><code>GiftVoucherNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional notes for the gift voucher.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the gift voucher to modify.</p>\n","type":"text/plain"},"type":"any","value":"31","key":"giftVoucherID"}]}},"response":[{"id":"98ec2a89-1678-4d0c-9634-cafa47da7249","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f4100057-235f-42a5-a1ff-ec6f4c457c0c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"d790e1b0-425f-4e09-9412-b223435bcf0f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"724486c8-cca9-47d2-94c7-4620ca18c6a8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2ea50fc8-55b3-442b-b3d7-d0d97fdf0c48","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"22c4a555-0064-4ded-b72c-dac9b906727e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e2984e51-eed0-47e8-8ff0-f0121c372581","name":"GiftVoucherAmount must be a positive decimal","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"GiftVoucherAmount must be a positive decimal number with up to 6 integer digits and 2 decimal places (e.g. 150.00)\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"dc3c181a-9692-4d10-b4ac-a5dfe0ee83ae","name":"ValidationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error while trying to modify the gift voucher. Verify the ID.\",\n  \"errorCode\": \"337\"\n}"},{"id":"83927fcd-2c4f-49d0-b5d1-415eb2186a27","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"53d74e61-d400-4ac7-9469-872c4ee15c8b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherAmount\": 15.0,\n  \"GiftVoucherExpiryDate\": \"31/12/2026\",\n  \"GiftVoucherNotes\": \"Birthday gift voucher\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"31","description":"**Required** | Type: `integer`\n\nUnique ID of the gift voucher to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucherAmount` | `number (double)` | ❌ No | Amount or balance of the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the voucher (format DD/MM/YYYY). |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"cde0c90c-d7a5-4df1-ad86-ff25907d2858"},{"name":"Print Gift Voucher","id":"adbd2fa1-4b44-409c-bea1-c7c97684ea49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}","description":"<p>Generates the print URL for a specific gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Print - Print a gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID or unique code of the gift voucher to be printed.</p>\n","type":"text/plain"},"type":"any","value":"33","key":"giftVoucherID"}]}},"response":[{"id":"d53ede4f-66a6-4cfc-a1b1-8731e2b482b6","name":"Print document generated successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"GiftVoucherURL\": \"https://xxyy.flowww.net/117873/tmp/954548243kudgyta5.q4g.asp?tid=33\"\n}"},{"id":"cba07c99-4f1d-4a6a-96b7-27331672a207","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6829e8cf-6878-40ff-a817-f3d845603db3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"be8501eb-1396-4b98-b05a-73480dd90864","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b3d4718e-ad54-4ce8-a70e-2b19c03a00c5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/print\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"feaf936b-590a-413c-92fe-128be3c669ea","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"684ce9d8-be27-4290-8ec0-f53aa0f292f3","name":"PrintingError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Could not generate the printout. Please check the gift voucher code.\",\n  \"ErrorCode\": \"44\"\n}"},{"id":"4a878ddc-9872-4829-be22-818e6fe97e6b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c329400e-89ce-4615-82bc-9fde526bbe44","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nID or unique code of the gift voucher to be printed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"adbd2fa1-4b44-409c-bea1-c7c97684ea49"},{"name":"Transfer Balance to Another Gift Voucher","id":"056ebae5-9ad9-4b12-8f1b-44fa63cdf530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&targetCode=CA9619F4","description":"<p>Transfers the entire balance from a source gift voucher to a new destination gift voucher.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Giftvoucher - Transfer - Transfer the balance of a gift check to another gift check</p>\n","urlObject":{"protocol":"https","path":["giftvoucher","{{giftVoucherID}}","transfer"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Code of the destination gift voucher (where the balance will be received).</p>\n","type":"text/plain"},"key":"targetCode","value":"CA9619F4"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Code or ID of the source gift voucher (from which the balance is sent).</p>\n","type":"text/plain"},"type":"any","value":"33","key":"giftVoucherID"}]}},"response":[{"id":"e6e9e929-8d20-4fca-a585-6aafc963ebcf","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"94521ac8-e255-4d24-9c13-062832f030ec","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"12ac0331-2567-4805-91ed-ec5fb03586a8","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5d0bca58-53c5-416c-afde-c7326260ca89","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"bc609383-e355-4276-b9cf-54dee2f2f909","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/giftvoucher/%7B%7BgiftVoucherID%7D%7D/transfer\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"4e2ed054-acb5-4441-a89b-3e93fc96eb48","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0dcb1785-9f2a-4318-b527-44ba147a266f","name":"TransferError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error performing the transfer. Loyalty discount check that both voucher codes are valid.\",\n  \"ErrorCode\": \"221\"\n}"},{"id":"cea00906-e852-48a6-8779-5575a3fd4cb5","name":"Backend parameter validation error during","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Invalid parameters. Check the values sent.\",\n  \"ErrorCode\": \"16\"\n}"},{"id":"40b97dbf-448a-4164-96b8-17255dec3f65","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"371320e8-bf77-4ec6-a638-583a02ba405d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/giftvoucher/{{giftVoucherID}}/transfer?server={{server}}&systemkey={{systemkey}}&clinicID=1&targetCode=CA9619F4","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["giftvoucher","{{giftVoucherID}}","transfer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCode of the destination gift voucher (where the balance will be received).","key":"targetCode","value":"CA9619F4","x-postman-displayValue":"CA9619F4"}],"variable":[{"key":"giftVoucherID","value":"33","description":"**Required** | Type: `integer`\n\nCode or ID of the source gift voucher (from which the balance is sent)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"056ebae5-9ad9-4b12-8f1b-44fa63cdf530"}],"id":"cf7a8d84-bbf0-4671-a6b5-da09d89e9668","description":"<p>Gift voucher creation, redemption, and management endpoints.</p>\n","_postman_id":"cf7a8d84-bbf0-4671-a6b5-da09d89e9668"},{"name":"Invoice","item":[{"name":"Detail","item":[{"name":"Add an Advance to the Ticket","id":"5aa5cd87-111c-45f9-8188-647a856784b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding an advance to an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add a down payment - Add an advance payment to the ticket</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AdvanceAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Advance payment amount.</td>\n</tr>\n<tr>\n<td><code>AdvanceVAT</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Advance payment VAT.</td>\n</tr>\n<tr>\n<td><code>AdvanceUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the user making the advance payment.</td>\n</tr>\n<tr>\n<td><code>AdvanceBudgetID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Budget ID asociated with the advance.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","advance"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"193","key":"ticketGID"}]}},"response":[{"id":"d60749d8-bcdc-4402-956e-fc3dc8c896ca","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"925d3338-45f2-40ba-863a-fd5f7fbb6104","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"21bb2c41-464d-48ad-bc7c-8aa05984b9da","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3d4209ce-a0da-4788-8a77-ede27add451e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e4d87e7e-bd1f-4428-b57a-8e7782c3cffd","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/advance\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8c3e7b2c-33db-49db-98a5-82df46e6628f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4c28e349-96ad-4c44-847a-2e71e0379443","name":"ErrorParameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the advance payment. Check the parameters.\",\n  \"errorCode\": \"46\"\n}"},{"id":"9986f35e-5dea-4842-b6e8-df23d438cd94","name":"InvalidAdvanceBudget","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The budget associated with the advance is not valid.\",\n  \"errorCode\": \"488\"\n}"},{"id":"fc8c2861-fc6e-4a50-82a6-be7b2e93d61d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"2c1c3455-11c6-428d-92a7-9553146edfc9","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"747d3f49-5f98-41dd-8515-5f1a6981606a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"AdvanceAmount\": 100.0,\n  \"AdvanceVAT\": 0.21,\n  \"AdvanceUserID\": 234,\n  \"AdvanceBudgetID\": 25\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/advance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","advance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"193","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `AdvanceAmount` | `number (double)` | ✅ Yes | Advance payment amount. |\n| `AdvanceVAT` | `number (double)` | ✅ Yes | Advance payment VAT. |\n| `AdvanceUserID` | `integer` | ❌ No | ID of the user making the advance payment. |\n| `AdvanceBudgetID` | `integer` | ❌ No | Budget ID asociated with the advance. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"5aa5cd87-111c-45f9-8188-647a856784b1"},{"name":"Add Gift Voucher to the Ticket","id":"9c553001-0e48-446b-9856-7d8a1dbf89b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a gift voucher to an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add a gift voucher - Add a gift voucher to the ticket</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>GiftVoucheNumber</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional notes for the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Expiration date of the gift voucher (dd/MM/yyyy).</td>\n</tr>\n<tr>\n<td><code>GiftVoucherInitAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Initial amount of the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Number of units of the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherVat</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Applicable VAT for the gift voucher.</td>\n</tr>\n<tr>\n<td><code>GiftVoucherUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the user who creates the gift voucher.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","giftvoucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"132","key":"ticketGID"}]}},"response":[{"id":"c5fcd3ed-5352-4185-9201-2597358721f2","name":"Gift voucher added successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"TicketID\": \"132\"\n}"},{"id":"3914b84c-1df2-440b-9073-ba924dd0409a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c964b2c0-6c25-4450-97e3-953fcbde7c06","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"39603ed3-3391-4269-aa48-124a48de8292","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c3135245-e9ae-4751-a265-30dc5d329f05","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/giftvoucher\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b7434846-a3bc-47d2-930f-058495670eee","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"87dcefc2-447c-463b-b307-1a1329c5a81f","name":"ErrorAmount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The quantity must be greater than 0\",\n  \"errorCode\": \"520\"\n}"},{"id":"56226e07-9379-41d7-bef7-33dff4a38609","name":"TicketIDError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the gift voucher, check that the ticket ID is correct\",\n  \"errorCode\": \"46\"\n}"},{"id":"91486acc-ede4-4af7-a16d-e30a79633df3","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"40f14ff4-4e10-4dd5-a008-a1882c586508","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"abe502b7-f9d2-4d73-9c0c-1d22d26b4a87","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"GiftVoucherInitAmount\": 20.15,\n  \"GiftVoucherUnits\": 1,\n  \"GiftVoucherVat\": 0.21,\n  \"GiftVoucheNumber\": 123456789,\n  \"GiftVoucherNotes\": \"Birthday gift voucher\",\n  \"GiftVoucherExpiryDate\": \"17/12/2026\",\n  \"GiftVoucherUserID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/giftvoucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","giftvoucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"132","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `GiftVoucheNumber` | `integer` | ❌ No | Number of the gift voucher. |\n| `GiftVoucherNotes` | `string` | ❌ No | Additional notes for the gift voucher. |\n| `GiftVoucherExpiryDate` | `string (date)` | ❌ No | Expiration date of the gift voucher (dd/MM/yyyy). |\n| `GiftVoucherInitAmount` | `number (double)` | ✅ Yes | Initial amount of the gift voucher. |\n| `GiftVoucherUnits` | `integer` | ✅ Yes | Number of units of the gift voucher. |\n| `GiftVoucherVat` | `number (double)` | ✅ Yes | Applicable VAT for the gift voucher. |\n| `GiftVoucherUserID` | `integer` | ❌ No | ID of the user who creates the gift voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"9c553001-0e48-446b-9856-7d8a1dbf89b5"},{"name":"Add Product to the Invoice","id":"01ffca52-c9c0-4218-b638-46e0e879bbec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a product to an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add product - Add aproduct to the ticket</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of product units.</td>\n</tr>\n<tr>\n<td><code>ProductUserID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Product seller identifier.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"105","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID.</p>\n","type":"text/plain"},"type":"any","value":"223","key":"productID"}]}},"response":[{"id":"258287c9-a567-4997-899f-c8747bc043d6","name":"Product Added.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"TicketID\": 132\n}"},{"id":"09288c37-baae-464f-9c9a-c4c8c3692fb7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"29874a52-9d35-4044-b99a-7ba2430230a1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3b7ff141-7430-4631-b398-104573ec807a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"30ca8ed1-d5ca-4bd3-9410-28e7c31f267f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e9a7fcfc-1dcf-41a2-9a6e-78757bf9cd1e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"55dd339d-1157-4694-b591-cf9e25946f35","name":"ProductNotAdded","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the ticket, the quantity is not valid.\",\n  \"errorCode\": \"46\"\n}"},{"id":"ffccd0d3-0d23-4d81-8a42-20082ac83bf5","name":"ProductNotAdded2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error adding the product to the ticket, the product ID is not valid.\",\n  \"errorCode\": \"717\"\n}"},{"id":"73d6330b-36ad-4217-bba0-ddda929d5035","name":"ProductNotAdded3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The product could not be added to the ticket. Check the loyalty discount or the ticket or product ID.\",\n  \"ErrorCode\": \"46\"\n}"},{"id":"3a08fd08-282c-4f8a-ad64-75011da07cd0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b4894417-5840-4949-9bf7-ba6b78505991","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"86aa9d88-736f-40c3-930d-40402174cfad","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductUnits\": 3,\n  \"ProductUserID\": 231\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"223","description":"**Required** | Type: `integer`\n\nProduct ID."},{"key":"ticketGID","value":"105","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductUnits` | `integer` | ❌ No | Number of product units. |\n| `ProductUserID` | `integer` | ❌ No | Product seller identifier. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"01ffca52-c9c0-4218-b638-46e0e879bbec"},{"name":"Apply Price Reduction","id":"0aa22c3b-a443-4ec3-9381-4eb5687003ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}","description":"<p>Apply a 50% discount for zone reduction (modifiable from branch settings).</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Apply predefined discount - Aplicar un descuento del 50% por reducción de zona (modificable desde configuración de sucursal)</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID</p>\n","type":"text/plain"},"type":"any","value":"248","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail line ID</p>\n","type":"text/plain"},"type":"any","value":"440","key":"ticketID"}]}},"response":[{"id":"ea5551f6-4720-4dae-a1b6-7958f1bd1ebe","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8e844260-b85c-4be2-8046-ecc3ba59def5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"924fefe1-6e53-4ca8-8772-217c674ea9bf","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"14a3eef9-cb74-443e-9406-81bd3f3aa7af","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c8e48860-84d9-420e-a7b0-0508eaa1a6e7","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/reduce\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"d2bd225d-8c5a-402b-b672-34189c1958d0","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"844cd4ad-3de0-473e-998c-27d1c881d97b","name":"ReductionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error reducing the price, check the provided data.\",\n  \"errorCode\": \"59\"\n}"},{"id":"8817559f-b371-436f-907f-de1557028046","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"37be4a28-2908-4775-bf30-0aa1147ede54","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"302570f3-a604-4710-98a2-83c5c0d2c408","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/reduce?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","reduce"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0aa22c3b-a443-4ec3-9381-4eb5687003ca"},{"name":"Edit Credit Note Line Item","id":"1afb506c-456a-420a-8d1f-ad6449cc9ffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies the price, units, or discount of a specific invoice line item.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Modify concept - Modify the concept of a rectifying invoice for difference or restore it</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TicketTotalAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>product price.</td>\n</tr>\n<tr>\n<td><code>TicketUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Product units.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"248","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail line ID.</p>\n","type":"text/plain"},"type":"any","value":"440","key":"ticketID"}]}},"response":[{"id":"6162e142-3944-4d4b-8954-22ca59085f7b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d8940fe2-3d64-4a29-8915-c18e51d8346a","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"53ccebe9-ac3f-4489-b56d-a78e14e9c092","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"59971b1a-7b53-4705-bafc-fb3da6c719f9","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"85bcb7eb-6458-4020-acbd-5a6695ea775f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"9e4acb07-eabf-40a5-8e53-4f8e3aa547fe","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"3f23bbb5-24ff-48e0-8c11-024d6f9e1cae","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"20c2d97c-5bc2-406d-9d7d-9081feabc370","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"f99f01ae-d94e-444b-8b4c-cad4d0811d62","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": -30.0,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | product price. |\n| `TicketUnits` | `integer` | ✅ Yes | Product units. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1afb506c-456a-420a-8d1f-ad6449cc9ffa"},{"name":"Modify Ticket Line VAT","id":"69e34b9c-3be6-40db-a1c4-6fed33b5b00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows modifying the VAT of an invoice line.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Modify VAT line ticket - It allows us to modify the VAT of a ticket line.</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TicketPriceVat</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Product VAT</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID</p>\n","type":"text/plain"},"type":"any","value":"248","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail line ID</p>\n","type":"text/plain"},"type":"any","value":"440","key":"ticketID"}]}},"response":[{"id":"783c5ce3-f73d-4d33-b7ff-a1d90a932c6d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"75ce630f-72c9-4e7d-b473-abc8705f5f23","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ea5da0b6-8dd7-4bf3-851d-71f0a13a3f7e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2546d605-c508-46df-a336-7da10c057683","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2c92b9c5-9530-4057-ad66-81ea573c7ef5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/vat\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"902b1d58-983c-4a9d-929c-00c94bb2e684","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"24c8a7ec-ab1b-470b-b084-286be9bdb05b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"61b93f6c-d73c-4c63-a552-177eb454175b","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"621da42b-5973-4c73-b0ce-42a1bbf1312b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPriceVat\": 0.21\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPriceVat` | `number (double)` | ✅ Yes | Product VAT |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"69e34b9c-3be6-40db-a1c4-6fed33b5b00b"},{"name":"Pay for a Product with an Available Voucher","id":"6551c6ec-0da8-4d31-9535-e0e25cbc1013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a voucher to the selected product, reducing its final price.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Pay products with voucher - Pay for a product with an available voucher</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>VoucherID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Voucher ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID</p>\n","type":"text/plain"},"type":"any","value":"248","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail line ID</p>\n","type":"text/plain"},"type":"any","value":"440","key":"ticketID"}]}},"response":[{"id":"db827252-de3a-4a6b-8c08-31566ad9f7d0","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b3bf6600-87ee-4412-bacf-d30bbf9fe3ac","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c5e62fb0-0e86-4577-a757-975d2bd7088b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"265ea1d4-ab68-453e-8ee0-c5d573db43c1","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1210af2a-ce3a-4324-ba30-afd4c170dd9e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/voucher\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"854ccac5-ce5f-41ee-a7c9-a927ef1c75ad","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7a25e183-c5d8-4235-a490-a67223e699ba","name":"InvalidVoucher","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Error\": \"Error applying the bonus. Verify that the data is correct.\",\n  \"ErrorCode\": \"52\"\n}"},{"id":"8889341a-f051-4411-9219-82835f7edba7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"116f6216-75cf-45ec-b07a-82a5424ffee9","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"66de3d4e-8bb4-4c8c-8290-7875bc9f791e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"VoucherID\": 40\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"440","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `VoucherID` | `integer` | ❌ No | Voucher ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6551c6ec-0da8-4d31-9535-e0e25cbc1013"},{"name":"Remove Invoice Detail","id":"ab8712c7-2ef9-470d-ac7a-ae88b6a0926e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows deleting a product from an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Delete Products - Eliminate a product from the ticket or a concept from a rectification invoice</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"180","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID.</p>\n","type":"text/plain"},"type":"any","value":"127","key":"ticketID"}]}},"response":[{"id":"409d6593-9460-4b87-b1e7-d6f3f906e143","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e11168b2-e6f1-408a-bc48-bbbf02825870","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9c84a647-f4be-4786-92e5-0b91494719c0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"08aafe98-178a-45a0-8d36-20cf210d0d7b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a7af1fca-3f08-4690-aa20-de4feb4c5cec","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"dab10766-b988-46d3-8c04-6a66aacb1110","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"23ce3bb6-b132-4ca0-80b6-d8502a70f010","name":"Could not delete the product from the ticket","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete the product from the ticket. Check that the ID of the ticket or product is correct.\",\n  \"errorCode\": \"45\"\n}"},{"id":"6e55f33e-c876-4b4c-a80d-1c5a63078965","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a472c307-0691-4746-847b-53e7e6dfb817","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"1253d303-5918-498c-8ce1-032cc4abd253","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"127","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ab8712c7-2ef9-470d-ac7a-ae88b6a0926e"},{"name":"Update Invoice Line Price","id":"0cff92a9-1f05-4118-b10d-008b5b4c5393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates only the price of a product or service within an invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Edit price RRP - Allows you to modify the unit price of the product or treatment in the detail of the ticket (PVP)</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TicketTotalAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Updated product price.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"218","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail line ID.</p>\n","type":"text/plain"},"type":"any","value":"381","key":"ticketID"}]}},"response":[{"id":"e95eae5c-f6a2-453b-b78d-935c22baddd5","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"433e1d8b-523d-48c2-8a61-d45e66732f49","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e6475c42-e23f-4b34-8e96-2fb04a17c47a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"70ef5ac6-6d6e-4c0f-ad0a-f4d2c77590c9","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"439de446-af72-4865-89d2-ceadcd3cd41d","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"961faeac-b988-4b5a-a7aa-9121cb4630db","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a8e72ea0-ae7f-4421-9290-cb02029dfcd0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f92d6bf1-c441-4e55-9eed-e441fea69d67","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"8536e33d-7280-460a-973e-34f9af7920fe","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketTotalAmount\": 135.0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"218","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"381","description":"**Required** | Type: `integer`\n\nTicket detail line ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketTotalAmount` | `number (double)` | ✅ Yes | Updated product price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0cff92a9-1f05-4118-b10d-008b5b4c5393"}],"id":"184f0118-b4bd-4b90-897a-b2b18d960d02","description":"<p>Invoice line item and product detail endpoints.</p>\n","_postman_id":"184f0118-b4bd-4b90-897a-b2b18d960d02"},{"name":"Discount","item":[{"name":"Add Discount to the Ticket Product","id":"2352625a-ac3e-4834-96b6-91608920b8c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a discount to a product within an existing ticket.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Apply discount on final value - Allow the registration of a reduction on the amount via a percentage discount or by directly applying it to the final amount</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DiscountType</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount)</td>\n</tr>\n<tr>\n<td><code>DiscountAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID</td>\n</tr>\n<tr>\n<td><code>DiscountAccumulated</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts</td>\n</tr>\n<tr>\n<td><code>DiscountDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional comments about the discount. Free notes to provide extra context.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"54","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail ID (Product line).</p>\n","type":"text/plain"},"type":"any","value":"189","key":"ticketID"}]}},"response":[{"id":"1fd5e1b1-df62-43b4-b791-5f6228125d22","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b07043c9-d921-4e5e-ae64-f63160e724e1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4349a243-c8d0-4f25-9ddb-8d677808e3dc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"876b4784-866f-412c-8b93-eb1fb185ed66","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ee95fb82-3278-47f3-b3ed-a36a90cf8944","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0b006a00-efb4-456d-8f74-a34c07fa23c4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"619a6308-502c-4949-8d34-f2a7a015f8b7","name":"InvalidDiscount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The ID does not exist or is not valid\",\n  \"errorCode\": \"190\"\n}"},{"id":"13dd638f-bef6-434b-aba1-a956325fc12b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"00f55f71-de9d-4ae5-8997-ee209c4f2895","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"147c91f8-8b89-402c-b724-00b3d19fad7d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"DiscountAmount\": 10.0,\n  \"DiscountType\": \"V\",\n  \"DiscountAccumulated\": 0,\n  \"DiscountDesc\": \"Applied by special promotion\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `DiscountType` | `string` | ✅ Yes | Type of discount to apply: - 'V': Fixed-value discount (e.g.: €10 would be the final price) - 'P': Percentage discount (e.g.: 10% discount) - 'D': Fixed discount (e.g.: €10 discount) |\n| `DiscountAmount` | `number (double)` | ✅ Yes | Discount amount or percentage: - For type 'V': Monetary value of the discount - For type 'P': Discount percentage - For type 'D': Fixed discount ID |\n| `DiscountAccumulated` | `integer` | ❌ No | Indicator of whether the discount stacks with other discounts. - 0: Does not stack (exclusive) - 1: Stacks with other discounts |\n| `DiscountDesc` | `string` | ❌ No | Additional comments about the discount. Free notes to provide extra context. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"2352625a-ac3e-4834-96b6-91608920b8c4"},{"name":"Remove Discount from the Ticket Product","id":"0f8e4487-69bf-48cb-b498-c62e91900aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows deleting a discount from a product within an existing ticket.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Remove discount - Remove online ticket discount</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"54","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail ID (Product line).</p>\n","type":"text/plain"},"type":"any","value":"189","key":"ticketID"}]}},"response":[{"id":"2bf733e8-2df4-40a1-a2ac-5bd3f5982538","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5dcafefc-33e8-4e0d-b41a-fce6db1834d3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"65edd98f-e782-432c-b7ac-d30319be18c1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"47148f85-fa6a-46c5-a952-3730287924f4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fde30cb5-1e2a-4d32-847c-cd062a648744","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/discount\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"28337953-9988-4ec4-ba2c-e6832abd7eae","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"240b703e-24b0-49ce-8740-498e65473403","name":"The product discount could not be deleted","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Error\": \"The product discount could not be deleted. Check the loyalty discount or that the ticket or product ID is correct.\",\n  \"ErrorCode\": \"190\"\n}"},{"id":"7e1ecb5d-b502-4c3f-b236-8a527cfefd73","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b2cbd8d9-ba1d-48a2-88e6-1097983636a2","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"24029d19-e721-4161-8063-ea7c872861cd","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/discount?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","discount"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"54","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"189","description":"**Required** | Type: `integer`\n\nTicket detail ID (Product line)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0f8e4487-69bf-48cb-b498-c62e91900aba"}],"id":"3ed8def6-953d-4e03-ba38-587cd57a122c","description":"<p>Discount endpoints applied to invoices and invoice lines.</p>\n","_postman_id":"3ed8def6-953d-4e03-ba38-587cd57a122c"},{"name":"Payment","item":[{"name":"Add Payment Method","id":"9dc2a00a-ec0c-4df9-949b-c15c910851a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a payment method to an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Add payment - Add a payment to the ticket</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TicketPBankID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Bank or external payment identifier.</td>\n</tr>\n<tr>\n<td><code>TicketPGiftVoucherCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Gift voucher code.</td>\n</tr>\n<tr>\n<td><code>TicketPAdvanceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Advance identifier.</td>\n</tr>\n<tr>\n<td><code>TicketPAmount</code></td>\n<td><code>number (double)</code></td>\n<td>✅ Yes</td>\n<td>Payment amount to be made.</td>\n</tr>\n<tr>\n<td><code>TicketPCashGiven</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Amount delivered in cash.</td>\n</tr>\n<tr>\n<td><code>TicketPSettlement</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Payment settlement date.</td>\n</tr>\n<tr>\n<td><code>TicketPClientCCCID</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Customer IBAN.</td>\n</tr>\n<tr>\n<td><code>TicketPClientCCCBIC</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>BIC/SWIFT code of the banking entity.</td>\n</tr>\n<tr>\n<td><code>TicketPCheckNumber</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Check or voucher number.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"100","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Payment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance).</p>\n","type":"text/plain"},"type":"any","value":"1","key":"paymethodID"}]}},"response":[{"id":"5db0f1ad-7933-40fa-947c-cab7fd8858dc","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"792ae390-9357-4057-93f8-a5b8beba87cb","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6ae0476d-acdc-4238-830d-c817538aa5c5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e7f4004e-e3e7-4613-b0f2-9f9f92b54ef2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ffce78f1-2244-4f4d-a8c2-cde9d5342b65","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/payment/%7B%7BpaymethodID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0fd0986e-fe1a-47ac-a7af-fe8443aa420a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"05c3a2ee-0fb2-4b6f-b23c-86cb2cc7f6b0","name":"InsufficientPoints","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There are not enough points to make the payment.\"\n}"},{"id":"e89b03ea-11aa-4012-b1f7-a2befd31a767","name":"InvalidBankDetails","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The direct debit details are incorrect.\"\n}"},{"id":"61b7c4f6-c214-4ad3-a4cf-37be4eb22a1d","name":"GiftVoucherNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No gift voucher was found with that code.\"\n}"},{"id":"1015a3ad-a1da-4f2c-8c5b-b347e13e047b","name":"GiftVoucherExpired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The gift voucher has expired.\"\n}"},{"id":"54d52029-aeed-4a52-86bc-8976a1ed7e35","name":"GiftVoucherVATMismatch","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The VAT amount to be paid with the gift voucher does not match the amount of outstanding VAT.\"\n}"},{"id":"3b64e4d9-eac2-40fa-a8e0-4c614ceb127d","name":"InsufficientAdvanceBalance","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There is not enough balance in the advances.\"\n}"},{"id":"2ec6c312-acfe-449f-83de-c257bfa2ee3a","name":"InsufficientAmount","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The amount delivered cannot be less than the amount to be paid.\"\n}"},{"id":"883fe552-c947-4ec3-be4a-56ea0718660a","name":"InvalidPaymentMethod","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error entering the payment method. Check that the payment method code exists.\"\n}"},{"id":"c29768f6-7a13-4275-9bfd-b594ea043981","name":"InsufficientPoints2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There are not enough points to make the payment.\",\n  \"ClientPoints\": \"0\"\n}"},{"id":"2a52f241-8627-4cc2-a689-eb86dde29837","name":"InvalidBankDetails2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The direct debit details are incorrect.\",\n  \"errorCode\": \"293\"\n}"},{"id":"0b29bbe6-11dc-4a88-882c-42122878366b","name":"GiftVoucherNotFound2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No gift voucher was found with that code.\",\n  \"errorCode\": \"173\"\n}"},{"id":"36fa3064-9d15-4558-a0f6-fdec6c80dcec","name":"GiftVoucherExpired2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The gift voucher has expired.\",\n  \"errorCode\": \"174\"\n}"},{"id":"4f270085-9af7-4da1-961a-f27606a9b230","name":"GiftVoucherVATMismatch2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The VAT amount to be paid with the gift voucher does not match the amount of outstanding VAT.\",\n  \"errorCode\": \"484\"\n}"},{"id":"c8f3ffbc-5e34-4994-9de0-fb004d2b17ed","name":"InsufficientAdvanceBalance2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"There is not enough balance in the advances.\",\n  \"errorCode\": \"489\"\n}"},{"id":"43b4ec2c-4c28-4331-8ab9-1e3786b8abcf","name":"InsufficientAmount2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The amount delivered cannot be less than the amount to be paid.\",\n  \"errorCode\": \"465\"\n}"},{"id":"fd16543a-1f8d-44cd-b856-0e4ee0d6bdf5","name":"InvalidPaymentMethod2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error entering the payment method. Check that the payment method code exists.\",\n  \"errorCode\": \"48\"\n}"},{"id":"b00ae231-472c-4f89-b5a1-8b67d5097f8d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7613e2fa-f97a-478a-a6e6-e65aebeb07c4","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"a013923f-0632-4b0f-bb51-4881bf66b8e9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketPAmount\": 50.59,\n  \"TicketPBankID\": 1,\n  \"TicketPGiftVoucherCode\": \"31\",\n  \"TicketPAdvanceID\": 12,\n  \"TicketPCashGiven\": 50,\n  \"TicketPSettlement\": \"16/12/2025\",\n  \"TicketPClientCCCID\": \"ES9121000418450200051332\",\n  \"TicketPClientCCCBIC\": \"CAIXESBBXXX\",\n  \"TicketPCheckNumber\": \"13583\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/payment/{{paymethodID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","payment","{{paymethodID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"paymethodID","value":"1","description":"**Required** | Type: `integer`\n\nPayment method ID. Allowed values: 1 (Cash), 2 (Credit card), 3 (Deferred payment), 4 (Financial), 5 (Other), 6 (Gift voucher), 7 (VISA/MC), 8 (PayPal), 9 (Points), 10 (Direct debit), 11 (Advance)."},{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketPBankID` | `integer` | ❌ No | Bank or external payment identifier. |\n| `TicketPGiftVoucherCode` | `string` | ❌ No | Gift voucher code. |\n| `TicketPAdvanceID` | `integer` | ❌ No | Advance identifier. |\n| `TicketPAmount` | `number (double)` | ✅ Yes | Payment amount to be made. |\n| `TicketPCashGiven` | `number (double)` | ❌ No | Amount delivered in cash. |\n| `TicketPSettlement` | `string (date)` | ❌ No | Payment settlement date. |\n| `TicketPClientCCCID` | `string` | ❌ No | Customer IBAN. |\n| `TicketPClientCCCBIC` | `string` | ❌ No | BIC/SWIFT code of the banking entity. |\n| `TicketPCheckNumber` | `string` | ❌ No | Check or voucher number. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"9dc2a00a-ec0c-4df9-949b-c15c910851a3"},{"name":"Remove Payment Method from the Ticket","id":"c17f0627-05e2-4209-a23f-347038ef2edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows deleting a payment method from an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Delete payment - Eliminate a payment from a ticket</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"100","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Payment method ID.</p>\n","type":"text/plain"},"type":"any","value":"5","key":"ticketPID"}]}},"response":[{"id":"cd235107-3fe8-4ccb-9160-adcc0fb14aa7","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5384fbfb-75c1-42b1-bf72-74c32227aafe","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"efce03b3-a399-4ac6-b39e-12de5102241f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b9f89907-17ae-44b6-872e-ef14a51ef09d","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1a7b4e0e-653f-4cc0-bbb1-f7a52c9a2f3a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/paymethod/%7B%7BticketPID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1e1f24d6-0a5c-4990-be30-96e1e168554d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e37ef1a4-c8f0-4789-b4fe-f7b8d4000e01","name":"PaymethodParamsError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error in the payment method parameters. Make sure that the ID of the ticket or payment method is correct.\",\n  \"errorCode\": \"47\"\n}"},{"id":"c5d0ad6f-76f4-460a-97cb-2ca75e6b9761","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f0671be9-615a-4632-ae87-ed061936883a","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"06377e96-edbf-43ef-9203-509145d57e8c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/paymethod/{{ticketPID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","paymethod","{{ticketPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketPID","value":"5","description":"**Required** | Type: `integer`\n\nPayment method ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"c17f0627-05e2-4209-a23f-347038ef2edc"}],"id":"495d3c20-a5b7-4d6e-a7ad-7f3fad46600e","description":"<p>Invoice payment collection and settlement endpoints.</p>\n","_postman_id":"495d3c20-a5b7-4d6e-a7ad-7f3fad46600e"},{"name":"Promotion","item":[{"name":"Add Promo Code to the Invoice","id":"b377bd44-c8c8-4fbd-9820-5ae8ab85a457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a promotional code to an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Use promotion code - Enter a promotion code to the ticket</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"112","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Promotional code.</p>\n","type":"text/plain"},"type":"any","value":"2026E","key":"promotionCode"}]}},"response":[{"id":"ed41069b-71b3-4a7d-8918-d7a1068505a7","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b9f825e5-0ca7-41de-bdff-8d2774c3e5f2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6af4dcf2-265e-466f-9618-b4e9e986da0a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c181992b-343a-4150-9525-cf803a77173c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"50572d18-ea3b-4d18-bb19-2770ddebcc06","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/promotioncode/%7B%7BpromotionCode%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"68f03044-2dca-4ec1-8ee2-8d320cbe42d7","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"792a51d8-aaae-4051-a187-b2d44d58d30b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"46a4e4d5-ebf0-494f-a214-fa75c391df74","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"8fe9ecd0-855f-40c7-a499-968f660e975e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/promotioncode/{{promotionCode}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","promotioncode","{{promotionCode}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionCode","value":"2026E","description":"**Required** | Type: `string`\n\nPromotional code."},{"key":"ticketGID","value":"112","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"b377bd44-c8c8-4fbd-9820-5ae8ab85a457"},{"name":"Add Referer Code to Invoice","id":"edb8f7c4-d5bf-4444-bd9c-54491f4a094f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows adding a referer code to an existing invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Use subscription card - Permite utilizar una tarjeta del Programa de Prescriptores.</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"180","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Referer code.</p>\n","type":"text/plain"},"type":"any","value":"C5D5-3D23","key":"ClientCCardNum"}]}},"response":[{"id":"f0813eda-0cc3-4f9f-bea0-319c3babb4be","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"887434d3-edef-448c-81aa-1bd988b09f0f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"7d08711e-25f2-4d51-9733-cb48ab7f2b4f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"81444f86-cad5-46eb-8f4f-b1de0dd5fca0","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"86e2d3b4-3579-42ac-8686-8078eec5423a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/refercode/%7B%7BClientCCardNum%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"09ca8511-0927-4871-88e8-e696244aee8c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c312a78d-7100-4195-bf2b-15ce0bcb7b2f","name":"CodeAlreadyUsed","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not add the code, you have already added a code previously\",\n  \"errorCode\": \"262\"\n}"},{"id":"f3bf644d-0476-4ef3-97a8-d2a83f264176","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not add the code, check that the ticket ID is correct and that the code is valid\",\n  \"errorCode\": \"264\"\n}"},{"id":"2d1447b5-c01b-4091-88a2-adb4a0ca348d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"459b6450-c60b-47cb-a7f8-c00f8a880ce0","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"2265fcc2-903d-416c-b24e-0a19e9c2f2b7","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/refercode/{{ClientCCardNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","refercode","{{ClientCCardNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ClientCCardNum","value":"C5D5-3D23","description":"**Required** | Type: `string`\n\nReferer code."},{"key":"ticketGID","value":"180","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"edb8f7c4-d5bf-4444-bd9c-54491f4a094f"},{"name":"Apply Promotion to the Ticket Line","id":"05b9787a-3fab-40a0-80c1-316ef7835104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows applying a promotion to a detail line of an existing ticket. Also handles advanced promotion evaluation automatically.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Apply ticket promotions - Apply promotion to the ticket line</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TicketProductID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Ticket product ID</td>\n</tr>\n<tr>\n<td><code>TicketUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Product units</td>\n</tr>\n<tr>\n<td><code>TicketClientID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Client ID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID</p>\n","type":"text/plain"},"type":"any","value":"248","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail ID</p>\n","type":"text/plain"},"type":"any","value":"436","key":"ticketID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Promotion ID</p>\n","type":"text/plain"},"type":"any","value":"57","key":"promotionID"}]}},"response":[{"id":"e3c92fe4-fe6e-47db-a540-2e6f54b409d3","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"254c1ead-6e85-4aba-8698-71fd9baecbf7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"89a2c91e-8e13-469a-b2ad-51211d08da91","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"67ba098a-26a3-4949-8499-864b173d236c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"71492a12-93ad-4cb3-b544-dac0f6cd5a4b","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/promotion/%7B%7BpromotionID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c3f82dc4-4cfa-413a-9169-d7d9205c23e5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"410cbe9a-07fb-4b86-9f4e-19fc59e30b0b","name":"PromotionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Error\": \"The promotion cannot be applied. Verify the data provided.\",\n  \"ErrorCode\": \"530\"\n}"},{"id":"59a5721e-d7cd-4a16-8ba1-96093164fef0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"6fefc3e4-54c7-4086-b86a-96514b9b998d","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"7c449101-c444-4034-b55f-fba2eebb8ff8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"TicketClientID\": 13223348,\n  \"TicketProductID\": 1024,\n  \"TicketUnits\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"57","description":"**Required** | Type: `integer`\n\nPromotion ID"},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `TicketProductID` | `integer` | ✅ Yes | Ticket product ID |\n| `TicketUnits` | `integer` | ✅ Yes | Product units |\n| `TicketClientID` | `integer` | ✅ Yes | Client ID |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"05b9787a-3fab-40a0-80c1-316ef7835104"},{"name":"Evaluate Advanced Promotions","id":"e51ea6de-c235-457c-95ac-bb4423db0652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}","description":"<p>Evaluates and applies an advanced promotion to a ticket detail line.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Evaluate - Evaluate advanced promotions</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"248","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail ID.</p>\n","type":"text/plain"},"type":"any","value":"436","key":"ticketID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the promotion to apply.</p>\n","type":"text/plain"},"type":"any","value":"436","key":"promotionID"}]}},"response":[{"id":"0076c077-b580-4169-9786-696413c37575","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"66dff6c5-69e3-46aa-8937-1448d7345d5d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1e9b3444-e2a4-406c-a12d-1dcac3e22850","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"40bf5513-8b41-42f4-8105-6ce2d567f743","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"bef520a9-ad59-41a9-bdcb-68988f0694a4","name":"No ticket found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No ticket found with the provided ID.\",\n  \"errorCode\": \"523\"\n}"},{"id":"eb4750e8-3826-40b8-b507-624f5e9d4ee3","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1fc40df0-0750-4680-b97a-783299cda88a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5515ef2f-e756-4b90-a0e4-757e534fb4a3","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"6cae88bd-f05b-4163-867d-64e1cfd819cb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"cf8fe264-417d-4a66-9a50-bd89ced574fa","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion/{{promotionID}}/advanced?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion","{{promotionID}}","advanced"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionID","value":"436","description":"**Required** | Type: `integer`\n\nID of the promotion to apply."},{"key":"ticketGID","value":"248","description":"**Required** | Type: `integer`\n\nTicket ID."},{"key":"ticketID","value":"436","description":"**Required** | Type: `integer`\n\nTicket detail ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/promotion/%7B%7BpromotionID%7D%7D/advanced\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"e51ea6de-c235-457c-95ac-bb4423db0652"},{"name":"Load Promotions","id":"a79de21c-f0d2-4cf6-9f2f-bbcb2fe5e939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves valid promotions for the product.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Load ticket promotions - Load the online ticket promotions list</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID</p>\n","type":"text/plain"},"type":"any","value":"100","key":"ticketGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket detail line ID</p>\n","type":"text/plain"},"type":"any","value":"55","key":"ticketID"}]}},"response":[{"id":"b6a30dc1-85b6-4858-a881-08cdd7e21c8f","name":"Promotion list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PromotionID\": 13,\n    \"PromotionName\": \"PromoPrueba\",\n    \"PromotionAdvanced\": 0\n  }\n]"},{"id":"634f34c7-6d4b-4f76-8ec0-46e1eaec1f94","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f09d89bb-3ee1-4700-87f1-2cbe6e02683e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"99885324-afbc-496c-a282-ffc399855236","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e1d4ba0c-f949-40f5-97fd-9f24bbddb839","name":"No promotions found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No promotions available for the specified product and customer.\"\n}"},{"id":"073d2ab8-5a92-4558-af78-0f0761852491","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"096be1b1-e739-4905-9239-a532d7f2914b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"4ff94123-b5ae-47b6-969f-e818078c550d","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"5946ab85-9e7d-46fc-b1a0-62b3e3e6f8ac","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"121bcc55-1cd9-4d60-ae56-ed7fec36697b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/detail/{{ticketID}}/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","detail","{{ticketID}}","promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"100","description":"**Required** | Type: `integer`\n\nTicket ID"},{"key":"ticketID","value":"55","description":"**Required** | Type: `integer`\n\nTicket detail line ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/detail/%7B%7BticketID%7D%7D/promotion\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"a79de21c-f0d2-4cf6-9f2f-bbcb2fe5e939"}],"id":"dad2ad3a-fe6c-481e-b0f5-9e8046368417","description":"<p>Promotion endpoints applied to invoices and invoice products.</p>\n","_postman_id":"dad2ad3a-fe6c-481e-b0f5-9e8046368417"},{"name":"Search","item":[{"name":"Print Invoices","id":"6814e6a8-fb79-4938-bd84-d5e96d7d57e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}","description":"<p>Generates a printable document from the list of invoices based on the provided search parameters.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Print list of search results - Print the list of tickets resulting from a search</p>\n","urlObject":{"protocol":"https","path":["invoice","search","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>client identifier.</p>\n","type":"text/plain"},"key":"ticketGClientID","value":"11231418"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>End date for the search (dd/MM/yyyy).</p>\n","type":"text/plain"},"key":"ticketGEndDate","value":"12/02/2026"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Invoice number.</p>\n","type":"text/plain"},"key":"ticketGNumber","value":"ESVA01S/7"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Start date for the search (dd/MM/yyyy).</p>\n","type":"text/plain"},"key":"ticketGStartDate","value":"05/11/2025"}],"variable":[]}},"response":[{"id":"2f8c0aad-1690-4e41-b70e-2a8ae71dc057","name":"Print generated successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"InvoiceURL\": \"https://xxyy.flowww.net/117873/tmp/917174140ly02iugv.g44.asp\"\n}"},{"id":"bf949e36-7eae-45c2-ba96-220ae2b4b5f9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a31c108f-8558-4649-b0f4-f6d521df2c5b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4becc25c-2558-4e24-9d53-dca3110f63c6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"01537d84-2d34-474e-a4e1-121469167db5","name":"Error obtaining invoices.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No invoices were obtained. Check the data.\"\n}"},{"id":"4d56634c-c881-4a0f-bb8c-0407db5cb8cc","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5a406ae0-efc1-49c6-8183-006b7e0388b4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c6255949-ec70-475b-a282-c1b7aaaa95a1","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"ee4b3c3f-bc3b-4812-899d-963365184f83","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"c8b3dd0e-892c-4379-bc15-bed833f8fe65","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search/print?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=11231418&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nclient identifier.","key":"ticketGClientID","value":"11231418","x-postman-displayValue":"11231418"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search (dd/MM/yyyy).","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nInvoice number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search (dd/MM/yyyy).","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/search/print\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6814e6a8-fb79-4938-bd84-d5e96d7d57e9"},{"name":"Search Invoices","id":"c27e3ce9-ed66-47cf-803f-4909fc995aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}","description":"<p>Searches for invoices based on the provided parameters.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Search - Obtain a list of tickets as the result of a search</p>\n","urlObject":{"protocol":"https","path":["invoice","search"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Customer identifier.</p>\n","type":"text/plain"},"key":"ticketGClientID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>End date for the search.</p>\n","type":"text/plain"},"key":"ticketGEndDate","value":"12/02/2026"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Ticket number.</p>\n","type":"text/plain"},"key":"ticketGNumber","value":"ESVA01S/7"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Start date for the search.</p>\n","type":"text/plain"},"key":"ticketGStartDate","value":"05/11/2025"}],"variable":[]}},"response":[{"id":"47e0b479-17b6-47f9-b86d-4fe52ba95910","name":"Invoice list obtained.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"TicketGID\": \"388\",\n    \"TicketGInvoiceID\": \"58\",\n    \"TicketGInvoiceType\": \"S\",\n    \"TicketGBillingData\": \"1001\",\n    \"TicketGClinicPrefix\": \"000001\",\n    \"TicketGClinicName\": \"Nombre Centro\",\n    \"TicketGUserEmail\": \"Juana\",\n    \"TicketGNumber\": 195,\n    \"TicketGCancelled\": 0,\n    \"TicketGClientID\": \"1\",\n    \"TicketGClientName\": \"Rosalind Franklin Ellis\",\n    \"TicketGDate\": \"2026-04-15\",\n    \"TicketGTotalAmount\": 45.42,\n    \"TicketGClinicSelf\": 1,\n    \"TicketGNFeSolvedStatus\": 0,\n    \"TicketGNFeRefusedNotes\": \"\",\n    \"TicketGCreditNote\": 0,\n    \"TicketGCurrencySymbol\": \"€\",\n    \"TicketGShippingCost\": 0,\n    \"TicketGShipped\": 0,\n    \"TicketGShippingAddress\": \"\",\n    \"Details\": [\n      {\n        \"TicketProductDesc\": \"Casmara Snake 20 ml\",\n        \"TicketTotalAmount\": 25.42,\n        \"TicketUnits\": 1\n      },\n      {\n        \"TicketProductDesc\": \"Anticipo\",\n        \"TicketTotalAmount\": 20,\n        \"TicketUnits\": 1\n      }\n    ],\n    \"PaymentDetails\": [\n      {\n        \"TicketPDesc\": \"Otras (Bizum)\",\n        \"TicketPAmount\": 45.42\n      }\n    ]\n  }\n]"},{"id":"ff728412-617a-4145-8bff-69536ad40fc0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"403d545b-afa9-42a1-9556-c2a0117f24e7","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a82d1b70-4af5-4442-b8bb-fbb9eaa50343","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c9030ce0-b789-4be5-baf3-b75afa8d022a","name":"Error obtaining invoices.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No invoices were obtained. Check the data.\"\n}"},{"id":"9f023bf0-91cd-4f16-86aa-39b862d30922","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5de54187-d9c5-45f0-809c-ddf8d2579de0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0d5aee7e-617c-43db-8a77-22213819a624","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"4f0a4c2d-4f6f-4dc6-b77b-7e70aae388dd","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f29e09ed-a291-4fbe-978d-d11110d7bc9a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/search?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketGClientID=1&ticketGEndDate=12/02/2026&ticketGNumber=ESVA01S/7&ticketGStartDate=05/11/2025","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","search"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nCustomer identifier.","key":"ticketGClientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"ticketGEndDate","value":"12/02/2026","x-postman-displayValue":"12/02/2026"},{"description":"**Optional** | Type: `string`\n\nTicket number.","key":"ticketGNumber","value":"ESVA01S/7","x-postman-displayValue":"ESVA01S/7"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"ticketGStartDate","value":"05/11/2025","x-postman-displayValue":"05/11/2025"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/search\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"c27e3ce9-ed66-47cf-803f-4909fc995aa1"}],"id":"bf7e4828-3ff8-4158-8459-452b21f33011","description":"<p>Invoice search and lookup endpoints.</p>\n","_postman_id":"bf7e4828-3ff8-4158-8459-452b21f33011"},{"name":"Close Invoice","id":"50e936cf-2286-455e-b652-42c0c54d1aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows closing an existing ticket.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Close - Close ticket / rectified bill</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket g identifier.</p>\n","type":"text/plain"},"type":"any","value":"202","key":"ticketGID"}]}},"response":[{"id":"ad87531b-0132-4e02-86b1-b0c101a1765f","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e68dd6c6-415d-4979-9d96-1ff4228969a3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f03a9d8b-6661-42fd-a687-bd6468e36f0f","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"daec4094-540b-4a58-ae9f-97bbc7b82e99","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e97cbe66-6dec-48ab-b841-dd77c27f9d8a","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"d9c709b2-d478-4fc0-bd37-2fad6b3594e0","name":"This ticket cannot be closed.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"This ticket cannot be closed.\",\n  \"errorCode\": \"49\"\n}"},{"id":"392cb4ae-a28e-42ab-acc4-c39608ec603d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a0e4fc5c-0612-4725-8c53-d6e3c883d696","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"98173a11-b4b2-4fac-b7c8-27d32e3073d8","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"ea32f8d6-3203-4ac5-8558-baefed15307a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"202","description":"**Required** | Type: `integer`\n\nTicket g identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"50e936cf-2286-455e-b652-42c0c54d1aa3"},{"name":"Create Invoice","id":"1e481721-8e12-407c-a3a1-52bbc84ff288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1","description":"<p>Allows creating an invoice (ticket) for a specific client.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Create - Create a new ticket / rectification invoice</p>\n","urlObject":{"protocol":"https","path":["invoice"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Client ID</p>\n","type":"text/plain"},"key":"clientID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"9baa1f2d-6f3a-46a5-b7c2-15594bd8402b","name":"Ticket created.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"TicketGID\": 100\n}"},{"id":"60b75138-c5ff-4074-a392-afcb006405e8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e7a71b39-d6bd-46a4-96de-ab762e53ad0c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"cbb0d3ae-c0d7-4d93-b307-aa0ed6a7b741","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e4bdd898-a251-43c9-bfa4-714a540db28c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"9ae0dcd7-ee5f-461c-b076-ae14533dd24d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b5b4ee0d-0404-4fbf-8ff1-44a88756630c","name":"InvalidClientID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid ClientID\",\n  \"errorCode\": \"495\"\n}"},{"id":"c7522b1a-b70e-4c3d-9e94-6847d114375c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"348e322d-8da5-40ce-a1ff-fe0b455b8d60","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"6934ae6e-4447-481d-89fe-3274c0c2aa1b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clientID=1&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nClient ID","key":"clientID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1e481721-8e12-407c-a3a1-52bbc84ff288"},{"name":"Edit Invoice Series","id":"6576a814-3761-492c-8d42-0445aea07fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows editing the series assigned to an invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Ticket - Series Selection - Series selection on tickets</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>InvoiceSerieID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Series ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","serie"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ticket identifier.</p>\n","type":"text/plain"},"type":"any","value":"281","key":"ticketGID"}]}},"response":[{"id":"8e5480e8-bc30-4eb2-8e01-1c1276f49028","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cf4da142-fdc2-407d-944e-0673ce122c61","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"64b4cf9a-32dd-4ab3-ad01-0007718626cf","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a36aeed8-dbab-4124-9b2d-147326e765aa","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b7ea189e-73d3-4f8a-9d1a-ef6a12904bd3","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/serie\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8f068532-4f0f-4302-9170-0a79b80e87b8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1ea83e46-b2df-4eb0-a5af-d6b24528e44c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"70e631e8-452a-466f-ba1c-b75c251313cb","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"07f11609-be74-4fee-834c-f57ecb6f82b3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"InvoiceSerieID\": 2\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/serie?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","serie"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"281","description":"**Required** | Type: `integer`\n\nUnique ticket identifier."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `InvoiceSerieID` | `integer` | ✅ Yes | Series ID. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6576a814-3761-492c-8d42-0445aea07fe8"},{"name":"Get Invoices","id":"cde0d271-9218-4ed5-8960-c003d59492d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}","description":"<p>Get the list of invoices from the clinic</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - List - Obtain the list of tickets</p>\n","urlObject":{"protocol":"https","path":["invoice"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"546776a3-cb73-4e59-80d0-e642d01e7f56","name":"Invoice list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"TicketGID\": \"401\",\n    \"TicketGNumber\": 208,\n    \"TicketGDate\": \"2026-04-22\",\n    \"TicketGClosed\": 0,\n    \"TicketGErased\": 0,\n    \"TicketGTotalAmount\": 45.42,\n    \"TicketGCancelled\": 0,\n    \"TicketGOrdinaryInvoiced\": 0,\n    \"TicketGInvoiceType\": \"\",\n    \"TicketGClientName\": \"Rosalind Franklin Ellis\",\n    \"TicketGClientNIF\": \"13244567A\",\n    \"TicketGCanDelete\": 1,\n    \"TicketGCreditNote\": 0,\n    \"TicketGNFeSolvedStatus\": 0,\n    \"TicketGCurrencySymbol\": \"€\"\n  }\n]"},{"id":"6e5fc76b-0fdd-440d-93f1-bc755ea1c7f5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1e0f59d7-3b1f-4e07-93d2-67fbf6b7fc52","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5dca92ea-ba9e-4284-b38e-83d02afd50ab","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"46a0388b-bd5a-4e90-9f20-f214565cf105","name":"Error obtaining invoices.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No invoices were obtained. Check the data.\"\n}"},{"id":"b599741e-db42-4ffe-90ea-9b8dfaede3c7","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7faddace-3ccc-412f-b088-cc137c22265b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5dfc0f2b-cd17-4c90-a560-9686ca69a1f9","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"a0c1795b-5959-4011-8e7a-d994a4334d57","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"20be6bbb-237c-4f22-97ee-3d1d4ba0987d","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"cde0d271-9218-4ed5-8960-c003d59492d3"},{"name":"Get Ticket Details","id":"a9769507-4731-4d6b-b367-164e95535c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves details of an existing ticket.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Edit - Load the ticket data / rectification invoivce</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global unique ID of the ticket.</p>\n","type":"text/plain"},"type":"any","value":"200","key":"ticketGID"}]}},"response":[{"id":"0af10aef-a614-4b8d-a830-1726a4913be1","name":"Ticket details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"TicketGID\": 347,\n  \"TicketGNumber\": 154,\n  \"TicketGFullNumber\": \"000001T/154\",\n  \"TicketGDate\": \"13/04/2026 11:02\",\n  \"TicketGCurrencySymbol\": \"€\",\n  \"TicketGClinicID\": 1,\n  \"TicketGNotes\": \"\",\n  \"TicketGPending\": -50.0,\n  \"TicketGDeferred\": 0.0,\n  \"TicketGClientID\": 1,\n  \"TicketGBaseAmount\": 17.56,\n  \"TicketGVATAmount\": 3.69,\n  \"TicketGTotalAmount\": 21.25,\n  \"Details\": [\n    {\n      \"TicketID\": 642,\n      \"TicketUnits\": 1,\n      \"TicketPrice\": 25.0,\n      \"TicketPriceReduced\": 0.0,\n      \"TicketDiscount\": 15.0,\n      \"TicketDiscountUnitAmountVAT\": 0.15,\n      \"TicketVATAmount\": 21.0,\n      \"TicketTotalAmount\": 21.25,\n      \"TicketProductCID\": \"\",\n      \"TicketProductID\": 230,\n      \"TicketPriceVAT\": 25.0,\n      \"TicketPayVoucherID\": 0,\n      \"TicketProductDesc\": \"Casmara snake 10 ml\",\n      \"TicketPaySubscription\": 0,\n      \"TicketProductLot\": 0,\n      \"TicketProductExpiryDate\": \"\",\n      \"TicketCurrencySymbol\": \"€\"\n    }\n  ],\n  \"PaymentDetails\": [\n    {\n      \"TicketPID\": 314,\n      \"TicketPAmount\": 50.0,\n      \"TicketPDesc\": \"Otras\",\n      \"TicketPSubtypeDesc\": \"-\",\n      \"TicketPDate\": \"13/04/2026 11:31:04\",\n      \"TicketPDeferredPayDate\": \"\",\n      \"TicketPSettlementSettlement\": \"\",\n      \"TicketPCurrencySymbol\": \"€\",\n      \"TicketPMethodIDMethodId\": 5,\n      \"TicketPOrderID\": 0,\n      \"TicketPInfo2\": \"\"\n    }\n  ]\n}"},{"id":"9ef957f0-5b14-4750-a91e-660b8ce62291","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"78417a1d-53cc-47e4-bb8f-2e658b93c82e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8df1fb8d-313a-4090-b0e7-4fbef0fb9fb8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"317daa0b-0d6d-4a25-9a4b-b10b5fb02746","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a182e9d0-923c-48eb-b6fd-4e8b0ad48bda","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a5841f1e-4a10-4bf4-81cb-445b72ccd77d","name":"TicketNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error obtaining ticket details. Check that the ticket ID is correct.\"\n}"},{"id":"2f147b44-ab64-4077-993b-43fd8375c2a5","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3218cd64-4812-4997-9f30-32c8fca0ac3b","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"b276a47c-1e3c-4671-8612-2255caeee7cf","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"200","description":"**Required** | Type: `integer`\n\nGlobal unique ID of the ticket."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a9769507-4731-4d6b-b367-164e95535c6e"},{"name":"Reopen Invoice","id":"f65901b9-f161-480d-9f5c-82a089b640ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}","description":"<p>Reopen a previously closed invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Reopen - Reopen a closed ticket</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","reopen"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID</p>\n","type":"text/plain"},"type":"any","value":"246","key":"ticketGID"}]}},"response":[{"id":"e8277d7f-fe09-42bd-8eb3-5ba4895c073b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"52bf2fe8-ded2-4756-8a1b-8049006458e1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"cccf07a2-bc49-4026-b12b-1e6bd04abbe2","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ce4e8de7-f71e-42f9-ae7d-0ae0d56641cb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8ba22e1e-b88c-4f55-af18-9bf10bfeeff9","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/reopen\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6cf0c36a-1b88-43b2-bf4e-e1299cca8cdd","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"fd9181fb-164d-42b0-9131-0ac136a7dd31","name":"ReopeningError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The ticket cannot be reopened; it is already open or permissions are missing.\",\n  \"errorCode\": \"253\"\n}"},{"id":"cdfffe9e-f947-43d6-a49d-0131a2680111","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The ticket does not exist, or data is missing.\",\n  \"errorCode\": \"254\"\n}"},{"id":"1a567cde-f0f9-499e-8bff-57a4a1d54b58","name":"CannotReopen","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The ticket could not be reopened. Ensure that no invoice has been issued for the ticket.\",\n  \"errorCode\": \"471\"\n}"},{"id":"af60b43b-a2e5-409c-bdb5-c7532338537a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"cdf242fc-be96-405d-8b64-32eec7ccb92d","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"80bec719-4011-4d36-81e0-2581a4af9d2e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/reopen?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","reopen"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nTicket ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f65901b9-f161-480d-9f5c-82a089b640ff"},{"name":"Resend Invoice","id":"fa839217-5036-45c8-9712-8430399508e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}","description":"<p>Resends invoices that have not been previously sent.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Ticket - Resend Ticket - Review tickets that have not been submitted.</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","resend"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the ticket to resend.</p>\n","type":"text/plain"},"type":"any","value":"246","key":"ticketGID"}]}},"response":[{"id":"0b92805d-7f16-4508-88f3-2ac7994fed87","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b6e3ca6a-c4e3-48f4-98b8-c8a8314bd0b3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"62a802ac-2662-45be-8b68-e16aa937f8e5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"362e0807-cb28-4c62-a3e0-6586abf6fa05","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"600347f0-c95a-4e5c-b668-0dfe4f37f7a5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/resend\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"25d32c21-bf4c-464a-912b-df5d98a859cf","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8b2db92c-8075-4c0d-a6bc-8953f1d194d7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a4cbc12b-8113-4cdc-9830-0052d82640be","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"fb9f3e15-78f4-4634-9d83-8783fff0d14b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/resend?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","resend"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"246","description":"**Required** | Type: `integer`\n\nID of the ticket to resend."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"fa839217-5036-45c8-9712-8430399508e8"},{"name":"Update Shipping Status","id":"e8ff3d0b-aa77-48af-acb6-bf0053bcdd7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies the shipping status associated with an invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - Change Status - Change shipment status</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","shipping"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID.</p>\n","type":"text/plain"},"type":"any","value":"241","key":"ticketGID"}]}},"response":[{"id":"436893a2-16ea-4e58-8d5f-ed1b28b1cfae","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"954a23ad-4b4a-4ca7-bccf-58342122d7d8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a1853edd-eaed-4583-a008-396a1f1d9ad4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b61d3496-75ad-4197-b23e-b46072504730","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4942111f-334d-4db6-b68c-26e5a1ef80e3","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/shipping\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"54c9f55a-4592-45ce-b937-68488096803f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0d9f8f58-8251-41d8-b24f-b50cc0a367b7","name":"StatusError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not change the shipping status. Check the ticket ID.\",\n  \"ErrorCode\": \"532\"\n}"},{"id":"9b2618ae-b1b9-4a0b-8fc2-5feb955fd44f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"badc2228-d068-45f5-9121-db65b19aeb23","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"0debe081-d8f5-429b-8e0c-b1238f84cbe2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/shipping?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","shipping"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e8ff3d0b-aa77-48af-acb6-bf0053bcdd7c"},{"name":"Void Invoice","id":"bee488f2-8a69-425d-b274-1142b11c5302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&ticketClass=DIF","description":"<p>Cancel an invoice by difference or by substitution. Creates a credit note linked to the original invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Tickets - .PEND</p>\n","urlObject":{"protocol":"https","path":["invoice","{{ticketGID}}","cancel"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Cancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)</p>\n","type":"text/plain"},"key":"ticketClass","value":"DIF"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Ticket ID to cancel.</p>\n","type":"text/plain"},"type":"any","value":"241","key":"ticketGID"}]}},"response":[{"id":"489d82a6-a471-4536-a22d-cbb241f37c8d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"60695a8d-9195-4c30-bf1f-367fb6f382a4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"79fca49c-385f-41ea-b500-610013a52ea5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"448cd13e-3611-44ff-9b6d-19e8d3886dbb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"abedac26-3ea0-425f-a430-ef369d7e2117","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/invoice/%7B%7BticketGID%7D%7D/cancel\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"46630a08-6436-450d-8519-b69c1cd0bd0f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1d6fbc47-a39c-498d-8ecb-0ad333a343a0","name":"CancellationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The ticket could not be canceled. Please check its status.\",\n  \"ErrorCode\": \"149\"\n}"},{"id":"f1f56278-bd22-4c27-9657-a6e467497699","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error, please check the provided data.\",\n  \"ErrorCode\": \"16\"\n}"},{"id":"83f2beae-d70b-4266-adba-03fee6cddcd1","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"4d60da44-8da6-44e8-89a3-6f6f410a5bca","name":"Invalid parameters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters. Check the values sent.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"e92c8693-ac4f-440e-bb01-5d94dfc44a47","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/invoice/{{ticketGID}}/cancel?server={{server}}&systemkey={{systemkey}}&clinicID=1&ticketClass=DIF","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["invoice","{{ticketGID}}","cancel"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nCancellation type (DIF for difference, SUB for substitution). (This can only be one of DIF,SUB)","key":"ticketClass","value":"DIF","x-postman-displayValue":"DIF"}],"variable":[{"key":"ticketGID","value":"241","description":"**Required** | Type: `integer`\n\nTicket ID to cancel."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"bee488f2-8a69-425d-b274-1142b11c5302"}],"id":"b2ff5024-3583-4029-a7fa-f776f00e93c9","description":"<p>Invoice, ticket, and sales document lifecycle endpoints.</p>\n","_postman_id":"b2ff5024-3583-4029-a7fa-f776f00e93c9"},{"name":"Order","item":[{"name":"Detail","item":[{"name":"Add Product to Order","id":"75a7131e-2680-421a-a963-d8123f13dd0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a product to a specific order based on the order global ID, part number, and product ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Add product - Create a line of orders</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>OrderProductUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of units to add.</td>\n</tr>\n<tr>\n<td><code>OrderProductComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comments for the order product.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the order to which the product will be added.</p>\n","type":"text/plain"},"type":"any","value":"550","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID to add to the order.</p>\n","type":"text/plain"},"type":"any","value":"102","key":"productID"}]}},"response":[{"id":"0172994b-435b-4131-b42e-14a0bc7c811b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2962f82a-74f9-4ea5-8391-daa8ba5c0e08","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"43f16e0f-a3ef-4800-9418-169a61835a12","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"82c7e597-a7c7-414b-af9b-2d5794441492","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"200933e8-448e-4803-9a28-de4b7dec6a36","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/detail/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0a515237-eae8-4880-b5b1-e7d0cb6e86db","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"fac85b57-10c8-491f-9c04-52d84885048c","name":"OrderProductComments cannot exceed 150","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"OrderProductComments cannot exceed 150 characters.\",\n  \"errorCode\": \"invalid-order-product-comments\"\n}"},{"id":"1bc36ace-85de-4874-acf1-000d59218be2","name":"PedidoOProductNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"238\",\n  \"message\": \"No order or product found with that ID\"\n}"},{"id":"ee6101c8-9d32-4d09-bd44-5999477553e3","name":"Failed to add product to order, check the","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Failed to add product to order, check the product units.\",\n  \"errorCode\": \"520\"\n}"},{"id":"25ec01c0-6d25-4c96-98bd-768fca25e14d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0ca44a6e-d0f0-45a5-8565-3c630eb0b020","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Prueba\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"550","description":"**Required** | Type: `integer`\n\nGlobal ID of the order to which the product will be added."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct ID to add to the order."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Number of units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments for the order product. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"75a7131e-2680-421a-a963-d8123f13dd0d"},{"name":"Delete Order Product","id":"eb3253dd-7842-463b-b71a-dd6cb730feb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a product from a specific order based on the order detail ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Delete product - Eliminate a line of orders</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"23","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the order line to edit.</p>\n","type":"text/plain"},"type":"any","value":"9","key":"orderID"}]}},"response":[{"id":"a4370eeb-abc4-41f8-a67d-4a095a2cd64c","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1fcb0756-81b8-4e73-9931-a9cd7bc6ca05","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"46712c27-5b85-4caa-acae-57358d5de22a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4e8f69fb-412d-47dd-9d18-a077866194bf","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ebeb9006-16ff-4a1c-824e-49333f0919b1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/detail/%7B%7BorderID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c9e1cd8a-0335-4db2-a926-9acf691006fe","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"465bf6f1-d1cf-44a1-b95f-a57e8cb7e1d1","name":"No order line found with that ID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order line found with that ID\",\n  \"errorCode\": \"239\"\n}"},{"id":"c76c7c73-b10c-4d8e-8869-c6876582bd9f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ed324625-ee83-4ff4-8aa1-c2d24c7a8155","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"eb3253dd-7842-463b-b71a-dd6cb730feb9"},{"name":"Get Order Product Details","id":"1e13d5b8-1a3f-4a43-a055-291295c22a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Gets all data for a product in an order.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - See product - See the data of a line of orders</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"213","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order detail ID.</p>\n","type":"text/plain"},"type":"any","value":"20","key":"orderID"}]}},"response":[{"id":"0af453eb-fe60-4f98-98dd-236e421ee9d5","name":"Order product details successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"OrderGID\": 213,\n  \"OrderGPartNum\": 0,\n  \"OrderID\": 20,\n  \"OrderProductID\": 102,\n  \"OrderUnits\": 1,\n  \"OrderComments\": \"High quality\"\n}"},{"id":"61a07d39-2dbc-4a7b-8ec5-8df09fd8891d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"fc0ac8ad-31b0-47cf-b8a2-b39646e464e0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"48d24ca0-587c-4a2b-b854-d47d862d835a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"053613e7-220e-4e71-bf9b-b5b0e70c625e","name":"Product not found in the order.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product found in the order with that ID\"\n}"},{"id":"a800da1f-cd7b-4d3a-9196-c3b3c723bde4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f262ff3b-715b-4a3e-9ece-742d8cf87b9c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c63d8c9a-952d-4594-9a42-6cdd262233fe","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"552a64b0-c7f7-46fc-8dcb-c68bf0d84444","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"213","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"20","description":"**Required** | Type: `integer`\n\nOrder detail ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/detail/%7B%7BorderID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1e13d5b8-1a3f-4a43-a055-291295c22a22"},{"name":"Update an Order Product","id":"dceb6bd1-8e60-435e-bca3-9da746840cd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Allows editing the product or the details of an order.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Save product - Modify a line of orders</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>OrderProductID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Product ID.</td>\n</tr>\n<tr>\n<td><code>OrderProductUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Quantity of product units to add.</td>\n</tr>\n<tr>\n<td><code>OrderProductComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comments or notes for the order line.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"23","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the order line to edit.</p>\n","type":"text/plain"},"type":"any","value":"9","key":"orderID"}]}},"response":[{"id":"116982a1-f009-4f12-b55b-e50d087c9c53","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"23f37525-afdb-4950-9dba-9069ad18a75c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9a9b3061-0347-4b96-93ce-4b4fefb63ef4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"3f349532-ac06-4df8-856d-6df31cacd794","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"8ed5be72-528c-4248-8b9d-ca3bdfad07cb","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/detail/%7B%7BorderID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"18a8309c-68cc-4a81-a8a4-1017d8dc8f51","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d754e086-4aeb-4601-b0de-9ecf71d5a83b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"d18149fe-59c5-4131-b6f6-b7fdd45e2d6e","name":"PedidoOProductNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"240\",\n  \"message\": \"No order or product found with that ID\"\n}"},{"id":"07b0653c-d690-4b53-a6a7-2dc19d4030e9","name":"OrderProductComments cannot exceed 150","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"OrderProductComments cannot exceed 150 characters.\",\n  \"errorCode\": \"invalid-order-product-comments\"\n}"},{"id":"90e551fb-31ef-49e7-b8dc-7415d5ca11f2","name":"Invalid orderGID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid orderGID. The provided order identifier is out of range.\",\n  \"errorCode\": \"invalid-ordergid\"\n}"},{"id":"d51f751f-d604-4e47-a8eb-50cbd947145b","name":"Invalid orderUnits","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid orderUnits. The provided order value is out of range.\",\n  \"errorCode\": \"invalid-orderunits\"\n}"},{"id":"4879aff7-d168-45f7-a86e-f867fa3339a7","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2df2c293-36bd-466a-8926-ca0d38396d8d","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductID\": 124,\n  \"OrderProductUnits\": 1,\n  \"OrderProductComments\": \"Special packaging required\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/detail/{{orderID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","detail","{{orderID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."},{"key":"orderID","value":"9","description":"**Required** | Type: `integer`\n\nID of the order line to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductID` | `integer` | ❌ No | Product ID. |\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderProductComments` | `string` | ❌ No | Comments or notes for the order line. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"dceb6bd1-8e60-435e-bca3-9da746840cd1"}],"id":"c6f78f92-ef49-4390-b216-f313f8d0555a","description":"<p>Order line item and order detail endpoints.</p>\n","_postman_id":"c6f78f92-ef49-4390-b216-f313f8d0555a"},{"name":"Shipping","item":[{"name":"Receive Order","id":"b1ba94e6-deb8-477b-a5c3-9515045b7622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}","description":"<p>Mark a specific order as received by its ID and part number.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Reception - Receive an order</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID</p>\n","type":"text/plain"},"type":"any","value":"10","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"orderGPartNum"}]}},"response":[{"id":"74152181-99bc-4b53-b09f-e5dc4db5131f","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"12522045-5c56-4ac9-b8d1-785db01fb0ca","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"74376545-55b3-4850-b128-bc6e13776a51","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"23e6ab42-7e77-4a54-84dc-337ab55f7570","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e7d4b7f5-1954-41cd-9e36-fa44e6a23a4a","name":"No order found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order found with that ID\"\n}"},{"id":"fd38b6a1-36b4-4293-9799-50f899cc58ff","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"056577a1-30d8-4d14-87f3-12b8e74fb951","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"6b85993d-d5c6-4d3c-b578-24e0ce94386d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"89024f84-4e5d-4661-8d67-20812f421f4d","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/receive?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","receive"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/receive\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"b1ba94e6-deb8-477b-a5c3-9515045b7622"},{"name":"Send Order","id":"fef40902-7aa5-4caa-a071-c633682936fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}","description":"<p>Submits a specific order based on its ID and part number.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Send orders to the centre - Send an order to the purchasing centre</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"23","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"}]}},"response":[{"id":"f968caf8-2305-4bf8-8ae2-b6835a54acad","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8b7dfa6a-8548-4959-ba80-42e437cfe8cc","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a1b5de8b-f59e-4012-bf7d-ba86a6fa413a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4927e3c2-b8f0-4a41-af06-0566bf29df8b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6ca9d920-f30b-4aa9-8a2e-408132c79799","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/send\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"51991380-6034-404f-b87e-746737ae3b31","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9519ae95-25c1-449b-ab1e-512200d0b25a","name":"No order found with that ID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order found with that ID\",\n  \"errorCode\": \"247\"\n}"},{"id":"9fb3361a-ba2d-4e5f-a99d-eca044af2969","name":"Invalid orderGID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid orderGID. The provided order identifier is out of range.\",\n  \"errorCode\": \"invalid-ordergid\"\n}"},{"id":"5752d69a-139a-4f3b-ab00-723dfcfbd7bf","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"4903a151-a045-4afc-8cf9-2d3bcaabd57c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"fef40902-7aa5-4caa-a071-c633682936fc"},{"name":"Send Order to Clinic","id":"b61e5b6f-58a2-4291-acec-e0578a746eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}","description":"<p>Dispatches an order (or part thereof) from the central purchasing unit to the destination clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Send products to clinic - Send an order to the sales centre at the clinic</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"99","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"orderGPartNum"}]}},"response":[{"id":"b29dcd80-b343-4924-a26b-7084f4ace137","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"11907fc8-6d81-40d2-bc75-c7fd82ebc521","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"157d9e3c-1ec4-4b04-9206-029767628799","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"23d6a7ba-b235-453e-bee4-9d89de72bb2b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a11c9604-7ef8-42c4-accd-bde65d24d85f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/send\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c7082722-13bc-45e3-982b-5f435dc2c947","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e6ff51d4-5be9-409a-b567-838bed9dd36e","name":"Invalid orderGID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid orderGID. The provided order identifier is out of range.\",\n  \"errorCode\": \"invalid-ordergid\"\n}"},{"id":"02406b99-1bf5-4a5d-a72e-3395f51305fa","name":"No stock available for any product in the order","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No stock available for any product in the order\",\n  \"errorCode\": \"no-stock\"\n}"},{"id":"1d959f3b-ef72-47f1-b463-e4eeadbb78f1","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ebf4bb7f-a246-47b4-8d5d-6f8f1877f77e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/send?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","send"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"99","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"b61e5b6f-58a2-4291-acec-e0578a746eed"}],"id":"f2bdb8a8-5b9e-4b91-980e-d21f1aa60585","description":"<p>Order shipping and delivery tracking endpoints.</p>\n","_postman_id":"f2bdb8a8-5b9e-4b91-980e-d21f1aa60585"},{"name":"Accept Order","id":"0abe1cbe-d77d-4ddc-bd16-7dea92d82007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}","description":"<p>Accepts a specific order based on its ID and part number.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Accept - The sales center accepts an order</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"23","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"}]}},"response":[{"id":"7991bd1a-cb0c-44bb-a576-7fceef0d0ce7","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c5b41f11-0604-4e1e-8910-b986ec93f748","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"99e1a2a5-fdec-4f51-9990-a850fff6a9e1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"16cbf370-6953-4e2d-bfdc-76ac38d62ce6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0e248262-282e-4b82-bb9f-fc327e67bb5e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/accept\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"4b85244a-77ae-47a4-9f56-cb4ba855942c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e4df41b4-005c-4999-92b6-55cc9b26ab94","name":"No order found with that ID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order found with that ID\",\n  \"errorCode\": \"248\"\n}"},{"id":"a59e8027-6008-4f27-aa96-500eda51bafc","name":"Invalid orderGID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid orderGID. The provided order identifier is out of range.\",\n  \"errorCode\": \"invalid-ordergid\"\n}"},{"id":"fe092f53-5ed4-49de-8b1d-5f3f45046f5c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"37ae0715-9c3c-401f-9d31-1ee122ef7aaa","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/accept?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","accept"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0abe1cbe-d77d-4ddc-bd16-7dea92d82007"},{"name":"Create New Order","id":"ce4c7fb9-b64b-4741-abb7-ff52785fc8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new empty order for the selected clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Create - Create a new order</p>\n","urlObject":{"protocol":"https","path":["order"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"b30e5910-d637-415e-abd2-b2baf626f5cf","name":"Order created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"OrderGID\": 1\n}"},{"id":"6fccb929-cfc6-49d1-b78d-127c41294799","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"743b1672-e1b3-4e0e-ad25-b61f410bcbcd","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1fbd8d1d-3775-4ab0-a8b0-e152365dee8c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6aa770dd-0c15-4178-ad66-f956de3dde4f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ef1e3d91-8607-462f-ab5d-2423f338a952","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5809ac54-3b12-4f47-812f-11e61afce370","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b6e54b54-6579-4070-8533-a3ec159c3c86","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ce4c7fb9-b64b-4741-abb7-ff52785fc8ff"},{"name":"Delete Order","id":"46d61336-7f12-482a-870f-c04a0e6f3a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a specific order based on its global ID and part number.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Delete - Delete an existing order</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"12345","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part or partition number.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"orderGPartNum"}]}},"response":[{"id":"7b89524b-bc20-4de3-8128-af19847a4730","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a8887225-c2d5-460b-9a25-9ad35aed47f5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"62c47a3a-3496-4663-9f9a-0af2bef81077","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"75622a54-00d1-41cc-8adb-b237bd0e902f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"12a22b6d-99fb-48f1-94d4-cc7315d84434","name":"Order not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order was found with that ID\",\n  \"error\": \"241\"\n}"},{"id":"04bcb6cc-73e0-484e-bec7-5c29166585b9","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"09a6bea5-4ae1-472e-badc-a4852a7dc89a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e320429c-b4e6-4b4f-83f6-473ba441fb53","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"4808f88f-f1a7-46ce-bb07-130f1b4fd712","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part or partition number."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"46d61336-7f12-482a-870f-c04a0e6f3a9a"},{"name":"Edit Traceability","id":"e6658eda-fd17-49d3-abfd-fbf3b387a6a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&orderLotList=9132&productID=97","description":"<p>Allows assigning or editing the batch number for product traceability within a specific order.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Edit Traceability</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product lot number.</p>\n","type":"text/plain"},"key":"orderLotList","value":"9132"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID.</p>\n","type":"text/plain"},"key":"productID","value":"97"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"12345","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"}]}},"response":[{"id":"e9f42ce0-2c23-479e-95dd-c6a428642e29","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9c542126-dc43-4361-a368-acd7ec3f5071","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4fd0f524-9940-40d5-a228-dd46f239ec7e","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"34e5c46b-bc9e-4eb1-8109-6c81bc8bf7ab","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d55a379f-2f38-4376-97aa-826b100048e1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6f16c948-e783-4124-b8b1-d40d1ec65801","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"51c00612-2fa2-4922-9163-e36909460498","name":"TraceabilityEditError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"645\",\n  \"message\": \"Failed to edit order traceability.\"\n}"},{"id":"380cf0de-9329-4db8-974a-388ea65c93da","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a85ebfa7-8f8e-454a-a5b9-4ec118c851f3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderLotList=9132&productID=97","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct lot number.","key":"orderLotList","value":"9132","x-postman-displayValue":"9132"},{"description":"**Required** | Type: `integer`\n\nProduct ID.","key":"productID","value":"97","x-postman-displayValue":"97"}],"variable":[{"key":"orderGID","value":"12345","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e6658eda-fd17-49d3-abfd-fbf3b387a6a0"},{"name":"Generate Automatic Orders","id":"bbeacc2e-2eeb-498e-9c0f-4b88a2fd2d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}","description":"<p>Executes the process of creating automatic orders based on schedule availability and needs for a specific date range.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - automatic orders - Automatic orders according to schedule</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>OrderAutoDaysInterval</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Interval in days used for automatic order generation.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["order"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"f56e4b89-2687-41ef-b592-d26eb31f1169","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c911c2db-4512-4245-9c5a-4946c29f0efe","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b5dd557b-0e36-4795-bc3a-b2fbb3199997","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"434d5b44-65ce-4934-9976-1b7fea08f954","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3fa66cc6-e4c2-4d00-882a-d6c609a15fba","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"93780f4f-6279-49cf-b7cf-ee0a1c2356f2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"21fa137f-2579-4872-ad9c-8d01ccb17260","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7efe1522-ff9b-408b-a971-750895507b1d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderAutoDaysInterval\": 7\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderAutoDaysInterval` | `integer` | ❌ No | Interval in days used for automatic order generation. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"bbeacc2e-2eeb-498e-9c0f-4b88a2fd2d3f"},{"name":"Generate Order Invoice","id":"c4933349-a3e9-4ba6-b8c3-30b4e328e953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Automatically generates an invoice linked to an order or a specific part of it.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Bill - Automatically generate a bill for an order</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"83","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"orderGPartNum"}]}},"response":[{"id":"efe5fe80-d21d-4a66-8216-364156ccbe53","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ae1d23ef-4825-402f-bace-4fdaf4c1857b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"aa05c532-d464-4a78-ada3-dbed7f1cd909","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c8bf70c6-99a5-4de6-ab1a-5509125e05fe","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5f6fa989-f4d8-47a8-959f-15868a2d3138","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"5ef7a37c-c040-4f4f-822a-a545b11ae751","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c42eae37-7c8a-4a8c-ad0b-9504228a43c3","name":"InvoiceGenerationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"16\",\n  \"message\": \"Error generating invoice.\"\n}"},{"id":"e81ce21f-8267-4cad-88e9-bdcb02b9faf6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5b523463-7b57-4a7c-958e-d5d0b719307a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"83","description":"**Required** | Type: `integer`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"c4933349-a3e9-4ba6-b8c3-30b4e328e953"},{"name":"Get Order Details","id":"88694ec4-5679-4c8c-bade-0654ea80c48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the full details of a specific order.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - See - See the data of the order</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID</p>\n","type":"text/plain"},"type":"any","value":"10","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Part number/order fragment</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"}]}},"response":[{"id":"75517020-7390-498b-972c-26e36a2613e6","name":"Order details loaded successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"OrderGID\": 41,\n  \"OrderGPartNum\": 0,\n  \"OrderGInput\": 0,\n  \"OrderGTicketGID\": 0,\n  \"OrderGReady\": true,\n  \"OrderGStatus\": \"PENDING\",\n  \"OrderGClosed\": false,\n  \"OrderGNumber\": \"000001P/40-0\",\n  \"OrderGComments\": \"\",\n  \"OrderClientID\": 13223393,\n  \"Details\": [\n    {\n      \"OrderID\": 50,\n      \"OrderProductID\": 233,\n      \"OrderProductDesc\": \"Crema 10 ml hidratante\",\n      \"OrderComments\": \"\",\n      \"OrderPrice\": 0,\n      \"OrderUnits\": 1,\n      \"OrderTotal\": \"0,00\",\n      \"OrderProviderName\": \"\",\n      \"OrderProductParentID\": 233,\n      \"OrderProductLot\": 0,\n      \"OrderHasLotAssigned\": 0,\n      \"OrderExpirationDate\": \"\",\n      \"ProductRequiresTraceability\": 0\n    }\n  ]\n}"},{"id":"64b69686-7c71-4b16-be25-e8e8cdb25d89","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"fb5dbe36-c312-4167-a352-4e694861dacc","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8fa4abe9-f824-4bfb-91c3-d290acf23250","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4340faf4-8955-4bf9-83f1-9a0c14a469d5","name":"Order ID not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order was found with that ID\"\n}"},{"id":"d5efcc08-7a3d-4add-add0-b61a96df4f89","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"238eed88-e4d3-4edb-a530-dae0f789c43f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c1279816-4359-467d-8457-be3500856af8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"9d8b8076-25fc-4d68-b5e2-314d5b6190f3","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"88694ec4-5679-4c8c-bade-0654ea80c48e"},{"name":"Get Order List","id":"20b868ec-63aa-4576-a694-f3bb9a50c873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}","description":"<p>Load the list of orders.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - List - Obtain the list of orders</p>\n","urlObject":{"protocol":"https","path":["order"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Query parameter value for order state.</p>\n","type":"text/plain"},"key":"orderState","value":"{{orderState}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Text to filter orders by name, clinic or date.</p>\n","type":"text/plain"},"key":"searchText","value":"000001P/8-3"}],"variable":[]}},"response":[{"id":"a5edbba9-6a65-41a8-9c72-16617c745c9d","name":"Order details loaded successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"OrderGID\": 41,\n    \"OrderGPartNum\": 0,\n    \"OrderGClinicPrefix\": \"000001\",\n    \"OrderGClinicName\": \"Nombre Centro\",\n    \"OrderFullNumber\": \"000001P/40\",\n    \"OrderGDate\": \"17/04/2026\",\n    \"OrderGNumProducts\": 1,\n    \"OrderGTotalAmount\": 0,\n    \"OrderGCurrencySymbol\": \"€\",\n    \"OrderGReady\": true,\n    \"OrderGStatus\": \"PENDING\",\n    \"OrderGClosed\": false,\n    \"OrderGUpdate\": false,\n    \"Details\": [\n      {\n        \"OrderProductDesc\": \"Crema 10 ml hidratante\",\n        \"OrderProductUnits\": 1,\n        \"OrderProviderName\": \"\"\n      }\n    ]\n  },\n  {\n    \"OrderGID\": 38,\n    \"OrderGPartNum\": 0,\n    \"OrderGClinicPrefix\": \"000001\",\n    \"OrderGClinicName\": \"Nombre Centro\",\n    \"OrderFullNumber\": \"000001P/37\",\n    \"OrderGDate\": \"24/03/2026\",\n    \"OrderGNumProducts\": 1,\n    \"OrderGTotalAmount\": 0,\n    \"OrderGCurrencySymbol\": \"€\",\n    \"OrderGReady\": false,\n    \"OrderGStatus\": \"PENDING\",\n    \"OrderGClosed\": false,\n    \"OrderGUpdate\": false,\n    \"Details\": [\n      {\n        \"OrderProductDesc\": \"Crema 10 ml hidratante\",\n        \"OrderProductUnits\": 1,\n        \"OrderProviderName\": \"\"\n      }\n    ]\n  }\n]"},{"id":"31b87383-c29b-4843-a107-ed312d02c493","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6bd18bcd-362e-4335-a3a9-ac0de0e5399d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"19a70cee-0c86-46d2-82f1-005b1e37c629","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"493c7bcd-8980-4cfc-871e-7ddbf03a7fbf","name":"No orders were found matching the provided criteria.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No orders found, check the parameters\",\n  \"errorCode\": \"no-orders-found\"\n}"},{"id":"b03f24cf-a1bd-4324-9665-bc42183ca66a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d2768adf-e729-41db-903b-249247264355","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1b81b4bb-925a-4e6f-b346-fa1441ca89c8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"c06c6629-ccaa-4ca4-8aac-5b3847809b1a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order?server={{server}}&systemkey={{systemkey}}&clinicID=1&orderState={{orderState}}&searchText=000001P/8-3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for order state.","key":"orderState","value":"{{orderState}}","x-postman-displayValue":"{{orderState}}"},{"description":"**Optional** | Type: `string`\n\nText to filter orders by name, clinic or date.","key":"searchText","value":"000001P/8-3","x-postman-displayValue":"000001P/8-3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"20b868ec-63aa-4576-a694-f3bb9a50c873"},{"name":"Print Order","id":"12997557-874d-4297-a2bc-f6d5827dd2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the URL for printing or viewing an order or a specific part of it.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Print - Print the order</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"ORD-99283","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"orderGPartNum"}]}},"response":[{"id":"a2765201-e699-47dc-b0c0-15f505d1c543","name":"URL generated successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"OrderURL\": \"https://xxyy.flowww.net/117873/tmp/314399890t2fyuuy5.vza.asp?oid=35&amp;pnu=0\"\n}"},{"id":"6311dacc-45f0-4f2f-8dc5-0d7ac203738e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2d20ed9a-3ef9-4e53-9bd3-6c22c7673ad6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e65e4471-749e-4ea9-a275-3b062eabb15f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"cfea074a-6636-4219-8fac-4670f4cca6bd","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/print\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"76eacfcc-7150-494d-a618-9a8f3dc7b4fb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"30196342-e45e-42be-8966-38ddc31ca5ce","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"26bc6351-c3c1-4b38-a36e-3bc53ce58a0c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/print?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","print"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"ORD-99283","description":"**Required** | Type: `string`\n\nOrder ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nOrder part ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"12997557-874d-4297-a2bc-f6d5827dd2d8"},{"name":"Save Order","id":"1d9bd89d-cb40-402f-bc3e-87611eda1965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Confirms an order.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Save - Save an order</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>OrderProductUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Quantity of product units to add.</td>\n</tr>\n<tr>\n<td><code>OrderID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID for the detail line of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID</p>\n","type":"text/plain"},"type":"any","value":"15","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Part number/order fragment</p>\n","type":"text/plain"},"type":"any","value":"1","key":"orderGPartNum"}]}},"response":[{"id":"ed9397f1-b7c7-420f-8230-90cde326f0c8","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"86c976fb-dd99-492a-9789-4d39ae258592","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"bd39ecfa-ee85-42e3-b05c-f511e09d4f37","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9903c852-448c-4c05-87d9-0edc2303b762","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"86fef1ca-c0d0-41b6-ae74-fb3343f6b3dc","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b2a90a4a-e7d4-4578-bd92-93884f5930c5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ac54afb0-edd3-452f-9c1b-cb3748deccb4","name":"OrderSaveError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"559\",\n  \"message\": \"The order could not be saved, check the order id\"\n}"},{"id":"21077749-e521-431b-9c63-6ef72499644c","name":"IncorrectData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"16\",\n  \"message\": \"Error, check the data provided\"\n}"},{"id":"55571312-03d8-4629-8551-772ab387df14","name":"InvoiceGenerationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"16\",\n  \"message\": \"Error generating invoice.\"\n}"},{"id":"7da857fb-ea84-4131-a702-6f7884f418de","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ecbdfbc6-626e-4840-8e13-7a7300efba95","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"OrderProductUnits\": 1,\n  \"OrderID\": 17\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"15","description":"**Required** | Type: `integer`\n\nGlobal order ID"},{"key":"orderGPartNum","value":"1","description":"**Required** | Type: `integer`\n\nPart number/order fragment"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `OrderProductUnits` | `integer` | ❌ No | Quantity of product units to add. |\n| `OrderID` | `integer` | ❌ No | ID for the detail line of the order. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1d9bd89d-cb40-402f-bc3e-87611eda1965"},{"name":"Stop Order","id":"6a10e376-463f-4cf8-bc4d-2d8958687180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}","description":"<p>Stops the shipment of a specific order based on its ID and part number.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Stop order /Stop delivery - Stop an order or an order being sent</p>\n","urlObject":{"protocol":"https","path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global order ID.</p>\n","type":"text/plain"},"type":"any","value":"23","key":"orderGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Order part number.</p>\n","type":"text/plain"},"type":"any","value":"0","key":"orderGPartNum"}]}},"response":[{"id":"f3a296d2-8c05-4ec5-94b8-a20fb7621654","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8cb4858c-9603-4820-a84c-1dbc6551b9c3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e564f096-724b-4278-8b96-009686388379","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f5574e02-cfa2-4efa-8a0f-51dba752df50","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"24e30d88-1a02-4ea8-9483-8d91d7373013","name":"No order found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No order found with that ID\",\n  \"errorCode\": \"246\"\n}"},{"id":"7e3988f5-7c32-42f0-bcd8-6b9f254a4d16","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7b981048-6639-4575-9135-101027e9c12b","name":"Invalid orderGID","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid orderGID. The provided order identifier is out of range.\",\n  \"errorCode\": \"invalid-ordergid\"\n}"},{"id":"eaa13773-c3f3-4f14-99fd-b350d5f0a574","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"4f6346ea-e5b4-4410-bcdc-45e155cc37cd","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"8ed3def1-f83c-4a5b-bdaa-ca2f2b394155","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/order/{{orderGID}}/num/{{orderGPartNum}}/halt?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["order","{{orderGID}}","num","{{orderGPartNum}}","halt"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"orderGID","value":"23","description":"**Required** | Type: `integer`\n\nGlobal order ID."},{"key":"orderGPartNum","value":"0","description":"**Required** | Type: `integer`\n\nOrder part number."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/order/%7B%7BorderGID%7D%7D/num/%7B%7BorderGPartNum%7D%7D/halt\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6a10e376-463f-4cf8-bc4d-2d8958687180"}],"id":"34e043c1-5b59-4c5c-ab5b-f78df166628c","description":"<p>Order lifecycle and management endpoints.</p>\n","_postman_id":"34e043c1-5b59-4c5c-ab5b-f78df166628c"},{"name":"Promotion","item":[{"name":"Create Global Promotion","id":"72462627-787b-4fcc-b945-2a983d8239ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new global promotion in the sales catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Promotions - Create - Create a new global promotion</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PromotionCampaignID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the campaign associated with the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionProductGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Global ID of the product linked to the promotion. Empty if affects all tariffs.</td>\n</tr>\n<tr>\n<td><code>PromotionProductID</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comma-separated list of product IDs included in the promotion. Empty if affects all products.</td>\n</tr>\n<tr>\n<td><code>PromotionClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the discount class associated with the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionDateStart</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Start date of the promotion in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>PromotionDateEnd</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>End date of the promotion in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>PromotionValidity</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of times a customer can use the promotion (0 if no limit)</td>\n</tr>\n<tr>\n<td><code>PromotionActivationLimit</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Limit date for the activation of the promotion. Format dd/MM/yyyy</td>\n</tr>\n<tr>\n<td><code>PromotionDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional comments or notes about the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionType</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Type of promotion (P=Percentage, V=Value).</td>\n</tr>\n<tr>\n<td><code>PromotionAmount</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Fixed amount of the discount.</td>\n</tr>\n<tr>\n<td><code>PromotionNewClient</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the promotion is restricted to new clients. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>PromotionFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family the promotion applies to.</td>\n</tr>\n<tr>\n<td><code>PromotionMaxValue</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Maximum discount value the promotion can apply.</td>\n</tr>\n<tr>\n<td><code>PromotionCodeSingle</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Promotional code for single use.</td>\n</tr>\n<tr>\n<td><code>PromotionName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionWeekDays</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Days of the week the promotion is valid (comma-separated).</td>\n</tr>\n<tr>\n<td><code>PromotionTimeStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Time from which the promotion is valid (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>PromotionTimeEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Time until which the promotion is valid (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>PromotionAccuracy</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Decimal precision for the promotion calculation.</td>\n</tr>\n<tr>\n<td><code>PromotionOffset</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Offset added to the final product value.</td>\n</tr>\n<tr>\n<td><code>PromotionRoundingEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether rounding is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>PromotionApp</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the promotion is available in the app. -1 = yes, 0 = no.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["promotion"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic. Separated by commas if there are multiple clinics.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"4cfa0444-3fe0-46ea-a88a-38a795e36ede","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d3a70978-69a3-4286-a84d-29483613739f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"338f5703-c509-4a93-a850-81899ea848f0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"2483a9be-c913-4649-9e58-c3aba12096ba","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2efc273b-52ed-4eef-bafb-bc48040220b3","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/promotion\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"5aa8c77b-9bb8-4cde-9df7-6b363f8c7833","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5994d8a4-539e-42b7-bace-e41babaa71cc","name":"PromotionInvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"PromotionProductID and PromotionFamilyID cannot be provided at the same time. Use only one of them.\",\n  \"errorCode\": \"invalid-promotion-params\"\n}"},{"id":"bc3829fa-a867-44cc-b176-c42aef49defb","name":"PromotionError16","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the promotion. Check that PromotionFamilyID and PromotionProductID are not set at the same time, and that their values are valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"d30e7a96-4750-4b50-b730-fe6b516c290e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"48e4e749-5eb1-458a-9966-dd3c323e7245","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"72462627-787b-4fcc-b945-2a983d8239ef"},{"name":"Delete Global Promotion","id":"0ff33327-6337-49a2-9c11-1b5357e4aaaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing global promotion.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Promotions - Delete - Eliminate an existing global promotion</p>\n","urlObject":{"protocol":"https","path":["promotion","{{promotionGroupID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the promotion group to delete.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"promotionGroupID"}]}},"response":[{"id":"38e1572e-d3b2-473d-88ac-c49cabed496f","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"49ec5eb2-fae8-4cc6-9da0-25c7be19cfe6","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b994ee7c-17fb-440c-8648-1b1a30c18ebf","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"fedbe158-9312-4f0f-8e83-bdb434627c98","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ba909298-baf8-4a49-863d-5fad655610a6","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/promotion/%7B%7BpromotionGroupID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"101d718e-f506-456f-a448-61458acaa2b3","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"53e562b2-503a-4ad2-ad4a-5a34feb0d884","name":"DeletePromotionError93","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The promotion could not be deleted.\",\n  \"errorCode\": \"93\"\n}"},{"id":"f86032ca-4e18-46f3-8f90-332a39cf288d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a8986dc8-6117-46d1-a0c1-58f897e1c340","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0ff33327-6337-49a2-9c11-1b5357e4aaaa"},{"name":"List Global Promotions","id":"bc88f04c-2fe4-46dd-b127-e3ed1d8b8bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of global promotions.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Promotions - List - See the listing of promotions</p>\n","urlObject":{"protocol":"https","path":["promotion"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Page number for paginated results.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9749afa9-c88b-47cd-9c61-21651d7c905d","name":"Promotion list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PromotionGroupID\": 7,\n    \"PromotionCampaignName\": \"\",\n    \"PromotionName\": \"PromoActDir\",\n    \"PromotionComments\": \"\",\n    \"PromotionClinicName\": \"\",\n    \"PromotionDiscountType\": \"29\",\n    \"PromotionUpgradeable\": -1,\n    \"PromotionAdvanced\": 0\n  }\n]"},{"id":"7e9e0278-de15-4869-8df9-901a8e4b8e47","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4c7d2748-17db-49f7-8175-a76c0e7bd3fb","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5c8bb4c8-434d-410b-a882-ca219a17ffe4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"702358c0-473c-4729-b626-d69fc5981e29","name":"No global promotions were found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No global promotions were found.\",\n  \"errorCode\": \"promotions-not-found\"\n}"},{"id":"bfa4ba77-8244-4c87-88f3-96c29677e46e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a152292b-a07d-4c2f-ba51-af3179888d9d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0cf8d498-bfe0-4d49-9b32-997d716df0f8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"ad6e852a-f6c8-4cda-b463-8e76f88fe062","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\nPage number for paginated results.","key":"page","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/promotion\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"bc88f04c-2fe4-46dd-b127-e3ed1d8b8bb3"},{"name":"Load Global Promotion","id":"3489a647-b076-4e9b-83bb-862d95bfbab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the data of an existing global promotion.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Promotions - Edit - See an existing global promotion</p>\n","urlObject":{"protocol":"https","path":["promotion","{{promotionGroupID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the promotion group to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"promotionGroupID"}]}},"response":[{"id":"d93fb4b4-1997-44b0-b3c0-01863daad68d","name":"Promotion data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"PromotionGroupID\": 9,\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionType\": \"V\",\n  \"PromotionCampaignID\": 5,\n  \"PromotionCampaignName\": \"\",\n  \"PromotionClassID\": 0,\n  \"PromotionClassDesc\": \"\",\n  \"PromotionMaxValue\": 50,\n  \"PromotionProductGID\": 100,\n  \"PromotionFamilyID\": 0,\n  \"PromotionFamilyName\": \"(Ninguna)\",\n  \"PromotionProductID\": 1,\n  \"PromotionProductName\": \"\",\n  \"PromotionClinicID\": 1,\n  \"PromotionClinicName\": \"Centro\",\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionNewClient\": 0,\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionAccuracy\": \"\",\n  \"PromotionRoundingType\": \"\",\n  \"PromotionOffset\": \"\",\n  \"PromotionApp\": -1\n}"},{"id":"2b9b101f-4241-4526-bb6b-ae3e63193c66","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"09d74a01-9959-4a37-b2df-a9e4474cbb74","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8031bc0d-b59d-473d-95e0-06a4d0b442b9","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b1901422-cf17-458a-870b-bcd7d670388b","name":"No promotion found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No promotion found with the provided ID.\",\n  \"errorCode\": \"91\"\n}"},{"id":"5e8e9448-1ef7-4633-9cd3-c883a48ae8ba","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a1ef4816-d654-4030-bdaf-361ce14edff0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e344b6f7-7440-40ea-8b14-63b745834338","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"4adeca5e-c36f-4584-b32d-a43c9bb14d1c","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/promotion/%7B%7BpromotionGroupID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"3489a647-b076-4e9b-83bb-862d95bfbab9"},{"name":"Save Global Promotion","id":"683d4582-952e-426f-a38e-28fcd710e1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing global promotion. Omitted fields retain their current values.</p>\n<p><strong>Permision:</strong></p>\n<p>Sales - Promotions - Save - Modify an existing global promotion</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PromotionCampaignID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the campaign associated with the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionProductGID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Global ID of the product linked to the promotion. Empty if affects all tariffs.</td>\n</tr>\n<tr>\n<td><code>PromotionProductID</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comma-separated list of product IDs included in the promotion. Empty if affects all products.</td>\n</tr>\n<tr>\n<td><code>PromotionClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the discount class associated with the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionDateStart</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Start date of the promotion in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>PromotionDateEnd</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>End date of the promotion in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>PromotionValidity</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of times a customer can use the promotion (0 if no limit)</td>\n</tr>\n<tr>\n<td><code>PromotionActivationLimit</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Limit date for the activation of the promotion. Format dd/MM/yyyy</td>\n</tr>\n<tr>\n<td><code>PromotionDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Additional comments or notes about the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionType</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Type of promotion (P=Percentage, V=Value).</td>\n</tr>\n<tr>\n<td><code>PromotionAmount</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Fixed amount of the discount.</td>\n</tr>\n<tr>\n<td><code>PromotionNewClient</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the promotion is restricted to new clients. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>PromotionFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family the promotion applies to.</td>\n</tr>\n<tr>\n<td><code>PromotionMaxValue</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Maximum discount value the promotion can apply.</td>\n</tr>\n<tr>\n<td><code>PromotionCodeSingle</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Promotional code for single use.</td>\n</tr>\n<tr>\n<td><code>PromotionName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the promotion.</td>\n</tr>\n<tr>\n<td><code>PromotionWeekDays</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Days of the week the promotion is valid (comma-separated).</td>\n</tr>\n<tr>\n<td><code>PromotionTimeStart</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Time from which the promotion is valid (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>PromotionTimeEnd</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Time until which the promotion is valid (HH:mm format).</td>\n</tr>\n<tr>\n<td><code>PromotionAccuracy</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Decimal precision for the promotion calculation.</td>\n</tr>\n<tr>\n<td><code>PromotionOffset</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Offset added to the final product value.</td>\n</tr>\n<tr>\n<td><code>PromotionRoundingEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether rounding is enabled. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>PromotionApp</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the promotion is available in the app. -1 = yes, 0 = no.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["promotion","{{promotionGroupID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic. Separated by commas if there are multiple clinics.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the promotion group to edit.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"promotionGroupID"}]}},"response":[{"id":"e604a4c9-2d04-4b4d-806f-831f18cedf3f","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"07bd145e-fa78-4e33-bf56-4e19aed83b42","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"32e25b91-4a0b-47f2-90eb-4bb00ad11615","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"74c66564-ae34-463f-a32d-8f2de9310c46","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e2634cc7-37f2-4cf2-8b03-491076790dc1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/promotion/%7B%7BpromotionGroupID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"927aaff5-4705-48df-a7ea-cf8d2ea977b2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dfd841ca-72d4-4ea9-85e9-cd1b25ed68ea","name":"PromotionInvalidParams","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"PromotionProductID and PromotionFamilyID cannot be provided at the same time. Use only one of them.\",\n  \"errorCode\": \"invalid-promotion-params\"\n}"},{"id":"31d4c5d7-38ae-4c16-9567-1860b07a2162","name":"PromotionError16","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the promotion. Check that PromotionFamilyID and PromotionProductID are not set at the same time, and that their values are valid.\",\n  \"errorCode\": \"16\"\n}"},{"id":"8a438942-44fd-42ad-9bf8-fc19ee9112b7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f5bb2a46-c88f-47be-a403-0e282fe036ba","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"PromotionCampaignID\": 5,\n  \"PromotionProductGID\": 100,\n  \"PromotionProductID\": \"1,2,3\",\n  \"PromotionClassID\": 5,\n  \"PromotionDateStart\": \"01/01/2026\",\n  \"PromotionDateEnd\": \"31/12/2026\",\n  \"PromotionValidity\": 12,\n  \"PromotionActivationLimit\": \"30/12/2026\",\n  \"PromotionDesc\": \"Summer campaign 2026\",\n  \"PromotionType\": \"P\",\n  \"PromotionAmount\": 10,\n  \"PromotionNewClient\": 0,\n  \"PromotionFamilyID\": 3,\n  \"PromotionMaxValue\": 50.0,\n  \"PromotionCodeSingle\": \"PROMO2026\",\n  \"PromotionName\": \"Summer Discount 2026\",\n  \"PromotionWeekDays\": 1111111,\n  \"PromotionTimeStart\": \"09:00\",\n  \"PromotionTimeEnd\": \"21:00\",\n  \"PromotionAccuracy\": 1000,\n  \"PromotionOffset\": 0.05,\n  \"PromotionRoundingEnabled\": 0,\n  \"PromotionApp\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/promotion/{{promotionGroupID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["promotion","{{promotionGroupID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic. Separated by commas if there are multiple clinics.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"promotionGroupID","value":"10","description":"**Required** | Type: `integer`\n\nID of the promotion group to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `PromotionCampaignID` | `integer` | ❌ No | ID of the campaign associated with the promotion. |\n| `PromotionProductGID` | `integer` | ❌ No | Global ID of the product linked to the promotion. Empty if affects all tariffs. |\n| `PromotionProductID` | `string` | ❌ No | Comma-separated list of product IDs included in the promotion. Empty if affects all products. |\n| `PromotionClassID` | `integer` | ❌ No | ID of the discount class associated with the promotion. |\n| `PromotionDateStart` | `string (date)` | ❌ No | Start date of the promotion in dd/MM/yyyy format. |\n| `PromotionDateEnd` | `string (date)` | ❌ No | End date of the promotion in dd/MM/yyyy format. |\n| `PromotionValidity` | `integer` | ❌ No | Number of times a customer can use the promotion (0 if no limit) |\n| `PromotionActivationLimit` | `string (date)` | ❌ No | Limit date for the activation of the promotion. Format dd/MM/yyyy |\n| `PromotionDesc` | `string` | ❌ No | Additional comments or notes about the promotion. |\n| `PromotionType` | `string` | ❌ No | Type of promotion (P=Percentage, V=Value). |\n| `PromotionAmount` | `number` | ❌ No | Fixed amount of the discount. |\n| `PromotionNewClient` | `integer` | ❌ No | Whether the promotion is restricted to new clients. -1 = yes, 0 = no. |\n| `PromotionFamilyID` | `integer` | ❌ No | ID of the product family the promotion applies to. |\n| `PromotionMaxValue` | `number` | ❌ No | Maximum discount value the promotion can apply. |\n| `PromotionCodeSingle` | `string` | ❌ No | Promotional code for single use. |\n| `PromotionName` | `string` | ❌ No | Display name of the promotion. |\n| `PromotionWeekDays` | `string` | ❌ No | Days of the week the promotion is valid (comma-separated). |\n| `PromotionTimeStart` | `string` | ❌ No | Time from which the promotion is valid (HH:mm format). |\n| `PromotionTimeEnd` | `string` | ❌ No | Time until which the promotion is valid (HH:mm format). |\n| `PromotionAccuracy` | `integer` | ❌ No | Decimal precision for the promotion calculation. |\n| `PromotionOffset` | `number` | ❌ No | Offset added to the final product value. |\n| `PromotionRoundingEnabled` | `integer` | ❌ No | Whether rounding is enabled. -1 = yes, 0 = no. |\n| `PromotionApp` | `integer` | ❌ No | Whether the promotion is available in the app. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"683d4582-952e-426f-a38e-28fcd710e1e7"}],"id":"a7e397b5-9129-40c7-be5e-c41dde032a40","description":"<p>Promotion endpoints.</p>\n","_postman_id":"a7e397b5-9129-40c7-be5e-c41dde032a40"},{"name":"Referer","item":[{"name":"Create New Contact Source","id":"944b5e69-3abd-416e-ba10-a61031279317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}","description":"<p>Registers a new contact origin or campaign in the system catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Contact Origin Catalog - Create - Create a new contact source</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>RefererDescription</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Name or description of the new contact source</td>\n</tr>\n<tr>\n<td><code>RefererCampaignID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the associated marketing campaign</td>\n</tr>\n<tr>\n<td><code>RefererExternal</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>External reference or promotional code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["referer"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"f582f851-e863-4bf3-9493-844e06102f50","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6cbd0a29-3d70-44b1-b4bd-f4c4ca515952","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"393ee704-0ba0-42e5-8f84-bde753a28075","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4640914d-8961-455b-8e29-28e84a7ce912","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"38931725-a18d-4b0b-a3dc-14b43006d00d","name":"Could not create or edit the source.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create or edit the source. Check that the source exists and that the external reference has not been used before.\",\n  \"error\": \"556\"\n}"},{"id":"f33c6ecb-ec04-47ab-9280-e897b007bceb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a8d2a7bb-d22f-44fc-a6d2-cd8cb94af6d1","name":"RefererDescription is required, cannot be","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"RefererDescription is required, cannot be empty, and must not exceed 150 characters.\",\n  \"errorCode\": \"invalid-referer-description\"\n}"},{"id":"80bb68ef-e62f-46cd-8aca-2af6c3362406","name":"RefererExternal must not exceed 200 characters","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"RefererExternal must not exceed 200 characters.\",\n  \"errorCode\": \"invalid-referer-external\"\n}"},{"id":"9620aab9-bea5-45f8-a9e7-f0396150bf5a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"69e384e3-c5af-41af-9611-e59ce7aaf9f3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"6d1745e7-7ad1-4beb-b33e-78fa9d54edbd","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererCampaignID\": 15,\n  \"RefererExternal\": \"INF-2026-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ✅ Yes | Name or description of the new contact source |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/referer\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"944b5e69-3abd-416e-ba10-a61031279317"},{"name":"Disable Contact Source","id":"3ba5c6c0-022a-4c61-b4ee-c3d7199ad580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Changes the status of a contact source or campaign in the catalog to disable it.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Contact Origin Catalog - Delete - Remove a contact source from the catalog</p>\n","urlObject":{"protocol":"https","path":["referer","{{refererID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Campaign ID or contact source</p>\n","type":"text/plain"},"type":"any","value":"501","key":"refererID"}]}},"response":[{"id":"334f7b89-0568-4b22-b604-a32c536d98b8","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d6c18a0a-a53e-4e32-9a83-f2d4c7f79490","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"957d2eed-fae2-476d-97b0-350e739baa08","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d7941489-2f4f-4822-aed7-5f30cd5c4c65","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fea30622-bcb7-4368-af3b-24ef421a7435","name":"The source could not be updated.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The source could not be updated. Check that the source exists and that the campaign is correct.\",\n  \"error\": \"274\"\n}"},{"id":"fe4ca036-4396-4821-85cc-d8fb20323ea5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a05eef44-18c1-42a0-b13e-b35981cb1d1f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5563d6ec-f0c7-4a8c-bbe8-7f26cd709daa","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"b85a0ecf-432d-4b90-a959-97e52f03bc83","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/referer/%7B%7BrefererID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"3ba5c6c0-022a-4c61-b4ee-c3d7199ad580"},{"name":"Enable Contact Source","id":"1260b947-e0f3-4d6f-8c5d-c322c8b7b9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Changes the status of a contact source or campaign in the catalog to enable it.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Contact Origin Catalog - Delete - Remove a contact source from the catalog</p>\n","urlObject":{"protocol":"https","path":["referer","{{refererID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Campaign ID or contact source</p>\n","type":"text/plain"},"type":"any","value":"501","key":"refererID"}]}},"response":[{"id":"c9505e1a-a123-4157-ac0d-917ef243d33a","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"51977b05-1d15-4089-aa20-39b22a1654b7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1949b41c-d038-417d-ad4c-c99ccba173e6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"df28fad2-98c5-4706-91c0-3be987fb751e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"32636b44-05fb-4540-ac69-340a8ca3dc0a","name":"The source could not be updated.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The source could not be updated. Check that the source exists and that the campaign is correct.\",\n  \"error\": \"274\"\n}"},{"id":"fd1c50bc-e75b-4d7f-9ec0-06d6b98e17ca","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"86b5cc0b-b3ca-466f-9b68-d0819d518143","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"2318b9cd-26e4-4287-a403-55b280a55429","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f9b6d105-d6a5-44b3-a27a-acb140857031","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nCampaign ID or contact source"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/referer/%7B%7BrefererID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1260b947-e0f3-4d6f-8c5d-c322c8b7b9d4"},{"name":"List Referrers","id":"5293a53d-4f45-4a77-8c42-cf688f4ad96d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of contact origins (referrers) configured in the system.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Contact Origin Catalog - List - See the list of available contact sources</p>\n","urlObject":{"protocol":"https","path":["referer"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Clinic ID to filter referrers.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"ccc2a5a4-71b0-41ce-8f4b-2fdf9e79352c","name":"Referrer list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ReferID\": 1,\n    \"RefererDesc\": \"Internet\",\n    \"RefererDisabled\": false\n  },\n  {\n    \"ReferID\": 2,\n    \"RefererDesc\": \"Recomendación\",\n    \"RefererDisabled\": false\n  }\n]"},{"id":"ef48b627-c09e-4a39-842b-a49696691c12","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"72524e26-7845-493e-bda2-88930bc0dbb8","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"796acb9e-3955-406d-9c71-e9f9ede3057f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d5393220-ad9f-4813-8735-84f1a7338d4d","name":"No referrers found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No data found for this origin\"\n}"},{"id":"05411c49-8a74-4b5c-9a7c-8eb71b16577d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"034216fb-8e76-4d25-89e1-c5213f807447","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ab020c72-0a8a-4907-a506-e9797ef53cef","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"d7068250-3993-4cfc-b8e4-536f2f08982b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nClinic ID to filter referrers.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/referer\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"5293a53d-4f45-4a77-8c42-cf688f4ad96d"},{"name":"Save Contact Source Data","id":"ae3b4641-d41b-4386-a141-cbd4abf53135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the detailed information of an existing contact origin or campaign in the system.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Contact Origin Catalog - Save - Save contact source data</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>RefererDescription</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Name or description of the edited contact source</td>\n</tr>\n<tr>\n<td><code>RefererExternal</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>External reference or promotional code</td>\n</tr>\n<tr>\n<td><code>RefererCampaignID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the associated marketing campaign</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["referer","{{refererID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the campaign or contact source to edit</p>\n","type":"text/plain"},"type":"any","value":"501","key":"refererID"}]}},"response":[{"id":"55a2267e-8a0f-4f35-acd1-fbb19004d37a","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3808e236-b038-4f8c-8637-6ed0303ceaab","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0aace0f9-4352-4b1d-9be2-3bea29ebde38","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"60736c8d-edf5-43db-84f4-75751dfd8ae1","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"a1cda1e6-2bde-4766-94b6-9fce51313ac0","name":"No referrers found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No data found for this origin\"\n}"},{"id":"09ec0eb7-a07f-40c6-9fbc-432cf19637fc","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7591baf5-6210-4ee2-acd1-d9bd4060db65","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"42f38a45-36fd-4cad-8775-5b1be1fb068e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"572c20c2-ee56-4939-93f9-594ac309cf2b","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"9d7f8666-79f6-428c-9a1d-29978dc824c5","name":"Could not create or edit the source","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create or edit the source. Check that the source exists and that the external reference has not been used before.\",\n  \"error\": \"556\"\n}"},{"id":"1f9a4381-b4a7-43da-9b22-238d35b0a07a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"RefererDescription\": \"March Influencers Campaign\",\n  \"RefererExternal\": \"INF-2026-03\",\n  \"RefererCampaignID\": 15\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"501","description":"**Required** | Type: `integer`\n\nID of the campaign or contact source to edit"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `RefererDescription` | `string` | ❌ No | Name or description of the edited contact source |\n| `RefererExternal` | `string` | ❌ No | External reference or promotional code |\n| `RefererCampaignID` | `integer` | ❌ No | ID of the associated marketing campaign |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/referer/%7B%7BrefererID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"ae3b4641-d41b-4386-a141-cbd4abf53135"},{"name":"View Contact Source Data","id":"bbb0873a-21e2-489b-a4cd-800e58583bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the detailed configuration of a specific contact source, including the list of available campaigns for association.</p>\n<p><strong>Permision:</strong></p>\n<p>Clients - Contact Origin Catalog - Edit - View contact source data</p>\n","urlObject":{"protocol":"https","path":["referer","{{refererID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Contact source or campaign ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"refererID"}]}},"response":[{"id":"80366a4a-bb62-40fb-9e81-2c70f31c592e","name":"Referrer list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"RefererID\": 7,\n  \"RefererCampaignID\": 0,\n  \"RefererDescription\": \"Anuncio en TV\",\n  \"RefererExternal\": \"\"\n}"},{"id":"2196d39e-5c96-4b49-b56d-d7b26e239981","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"d2578c82-702a-43fe-9291-8dc0615789ff","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f58acc17-b86a-4538-b89e-1fdd73c59036","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f2fdbed0-1687-4bcf-b927-4d13ba5b9790","name":"No referrers found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No data found for this origin\"\n}"},{"id":"2d5f7de4-b360-43f9-9f12-f1780c8835fe","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"94c10476-e213-4faa-a6a7-8720f324fe1b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"80889383-38df-4860-8601-4dc8c9d10068","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"6f565317-9adf-48b3-a69b-4e56e5d86567","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/referer/{{refererID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["referer","{{refererID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"refererID","value":"1","description":"**Required** | Type: `integer`\n\nContact source or campaign ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/referer/%7B%7BrefererID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"bbb0873a-21e2-489b-a4cd-800e58583bc4"}],"id":"3d7f3f01-a4ac-4c86-abcd-f20da78d1b84","description":"<p>Lead source, referer, and origin tracking endpoints.</p>\n","_postman_id":"3d7f3f01-a4ac-4c86-abcd-f20da78d1b84"},{"name":"Shift","item":[{"name":"Clear Global Shift Slots","id":"12d92739-15d8-4d29-b0e7-dec7e67b360a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes all time slots from a global work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Clean - Clean a work shift</p>\n","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","clear"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global unique identifier of the work shift to be cleared.</p>\n","type":"text/plain"},"type":"any","value":"124","key":"shiftGID"}]}},"response":[{"id":"92a0663f-3196-430c-90d8-8c0acbfed01e","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5d1860bb-9f5f-4c36-ae1f-97483164af8b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b1ed78dc-9664-4176-893d-619df1ffb291","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"019079f9-5e50-46bd-ac53-66d62c2a4066","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5fa36b01-b48c-46b9-8371-abe17cac4ede","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/clear\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6cf9e9da-abb7-4852-9cbf-6242088d7a5d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a66d934d-929a-4ee1-b487-43a172e1ff5f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1716e61f-627f-49d9-befd-370793878520","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/clear?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","clear"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"124","description":"**Required** | Type: `integer`\n\nGlobal unique identifier of the work shift to be cleared."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"12d92739-15d8-4d29-b0e7-dec7e67b360a"},{"name":"Clone Global Work Shift Slot","id":"8f1c28a7-c9ca-492a-b766-e71b2149ff21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a copy of an existing global work shift slot.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Clone work shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftWeekDays</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Days to clone the work shift.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the shift to clone. If empty, the user's shift slot will be cloned</p>\n","type":"text/plain"},"type":"any","value":"2","key":"shiftGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Slot ID of the shift to clone.</p>\n","type":"text/plain"},"type":"any","value":"12","key":"slotID"}]}},"response":[{"id":"17e65fea-07dd-4b6b-af14-62de46b5ba67","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f9dfe56a-b23f-4144-ac11-c05b0c4f3b51","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"dc43a447-5e65-4921-afe5-613f88c0d627","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f078dfb2-9c24-451a-8bdd-be4712380d1e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1617f390-2023-4e55-bc16-654f24459842","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/slot/%7B%7BslotID%7D%7D/clone\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"dec3129c-1da1-4f2b-87e7-9d68ade2771f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"67c77b4d-8257-418d-a342-c0a3fabf06c8","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"12add647-a740-44d0-ac17-cad81d11b480","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftWeekDays\": \"0, 3, 6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}/clone?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}","clone"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"2","description":"**Required** | Type: `integer`\n\nGlobal ID of the shift to clone. If empty, the user's shift slot will be cloned"},{"key":"slotID","value":"12","description":"**Required** | Type: `integer`\n\nSlot ID of the shift to clone."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDays` | `integer` | ❌ No | Days to clone the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"8f1c28a7-c9ca-492a-b766-e71b2149ff21"},{"name":"Create Global Shift Slot","id":"3ef5f1aa-ad99-41b4-abde-6e424e47d1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a new time slot to a global work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work shifts - Add time slot - Add a time slot to the work shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftWeekDay</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Day of week (1=Monday to 7=Sunday).</td>\n</tr>\n<tr>\n<td><code>ShiftSlotStartTime</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Slot start time (HH:mm).</td>\n</tr>\n<tr>\n<td><code>ShiftSlotEndTime</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Slot end time (HH:mm).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","slot"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Work shift ID</p>\n","type":"text/plain"},"type":"any","value":"857392","key":"shiftGID"}]}},"response":[{"id":"ac70b6bb-46b8-48dc-a134-07d3b1655e9d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"383e629c-b572-4ba6-b472-ad88ed93c63d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a0908eaf-cf82-4c14-8e97-9ee91cf407bf","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"09a3bc64-f3d3-4918-aa0b-8a17d8cdb642","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f89fb99a-3bc2-456a-8ca1-d7e12f87f081","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/slot\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"9d505534-5ad0-49fe-a3b8-4193f32d3b3d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dea7f4c6-aa29-4f25-b6b3-62344df8a3dd","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"41c83ec4-3f10-4c13-bc07-a27f707ade60","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"14:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"857392","description":"**Required** | Type: `integer`\n\nWork shift ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of week (1=Monday to 7=Sunday). |\n| `ShiftSlotStartTime` | `string` | ✅ Yes | Slot start time (HH:mm). |\n| `ShiftSlotEndTime` | `string` | ✅ Yes | Slot end time (HH:mm). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3ef5f1aa-ad99-41b4-abde-6e424e47d1a8"},{"name":"Create Global Work Shift","id":"28ad62b6-68c2-4c66-b803-47b0498377ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new global work shift available across all clinics.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Create - Add a new work shift</p>\n","urlObject":{"protocol":"https","path":["shift"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[]}},"response":[{"id":"e3966505-b179-494b-9b1e-aff3950e2300","name":"Appointment created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ShiftGID\": 11\n}"},{"id":"41c1ad9e-3378-467d-be0b-ff99ad70491f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"db328430-3218-44fb-9eff-23a9586eeab4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7bf72e7e-6122-4a75-94ef-41194667d9cf","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0afd5ad3-600b-4dd6-9d4c-af069c53608d","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"7a8407bf-e791-4a23-b9b0-2a91db8b4abd","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9f1b3745-1f3b-4d6e-80dd-46a92a156b8b","name":"Error while creating global work shift","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error while creating global work shift. Check the shift name.\"\n}"},{"id":"b5003934-dffd-4426-9419-3713cfb408ca","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9568efaa-0dfa-4b7a-86ff-c429c2ef4892","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"28ad62b6-68c2-4c66-b803-47b0498377ae"},{"name":"Delete Global Shift Slot","id":"9a337c93-dd43-4d13-a262-3a12013e1280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a specific time slot from a global work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work shifts - Delete time slot - Delete a time slot from the work shift</p>\n","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global shift ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"shiftGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the segment to delete.</p>\n","type":"text/plain"},"type":"any","value":"5","key":"slotID"}]}},"response":[{"id":"a1979555-c85c-4bb3-bd9a-c0493643fc1d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1809622e-3b3c-49d2-81a3-6b45c8ed149b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"788c4b15-d960-4b8d-9fb6-d70e569c66c1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e99d7e3e-9ddb-49e2-9e2c-b21318dc2f04","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fc442e9d-85eb-4924-aa75-7462589d92b1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c426551e-1494-47c7-ad81-fd5f53e31a7f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"395e69c6-fdbf-478a-8564-82409ce30331","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5bb97cde-027b-4b2c-86c3-360696edcb2d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"5","description":"**Required** | Type: `integer`\n\nID of the segment to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"9a337c93-dd43-4d13-a262-3a12013e1280"},{"name":"Delete Global Work Shift","id":"3b6ef60d-b79f-47a8-a0c3-9fdb4be6eb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing global work shift based on its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Shifts - Delete - Delete a work shift</p>\n","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the work shift to be deleted</p>\n","type":"text/plain"},"type":"any","value":"63","key":"shiftGID"}]}},"response":[{"id":"87bad74c-c8ec-4998-b022-f0ac7bc16265","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"07c342ea-3977-456e-a92c-cb93b376b2d1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"fdf5afef-8ac0-46a9-b9d3-4e2d389e5828","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d0c066a0-e076-43d2-9999-e0797bdc2ff1","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b4c7ed3e-44d8-446f-baae-7e26ab5beddd","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c1279087-4007-41b4-9c3e-f23082881a9e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b020f18f-4264-4742-b288-d42f3ba8bbe6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"373938b2-3d3a-4a99-ab35-518880ae4a81","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"63","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift to be deleted"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3b6ef60d-b79f-47a8-a0c3-9fdb4be6eb17"},{"name":"Edit Global Shift Slot","id":"024f806b-873e-4dc8-b514-ea4444bb108e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing time slot in a global work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work shifts - Modify time slot - Modify a work shift time slot</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftSlotStartTime</code></td>\n<td><code>string (time)</code></td>\n<td>✅ Yes</td>\n<td>Start time of the work shift</td>\n</tr>\n<tr>\n<td><code>ShiftSlotEndTime</code></td>\n<td><code>string (time)</code></td>\n<td>✅ Yes</td>\n<td>End time of the work shift</td>\n</tr>\n<tr>\n<td><code>ShiftWeekDay</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Day of the week of the work shift.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","slot","{{slotID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global shift ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"shiftGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the segment to modify within the work shift.</p>\n","type":"text/plain"},"type":"any","value":"33","key":"slotID"}]}},"response":[{"id":"333725df-c05f-4f1c-9473-9a9eb9a3a457","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b248b4b0-6cec-480e-ace6-ad1ae795c207","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"62922768-57e1-4375-8f07-efee397126f3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"456b21eb-9f92-4fed-8856-aeacad0f48f8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a811e419-25b4-4b0d-95fc-ddc648e3d7f8","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/slot/%7B%7BslotID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1d1de8e4-2f8d-4577-a9d4-342fefcc5771","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"3bc40a5e-ecc2-4ff2-bc84-a04fa0786fce","name":"Invalid parameters for editGlobalShiftSlot","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid parameters for editGlobalShiftSlot. Required body fields: ShiftSlotStartTime, ShiftSlotEndTime and ShiftWeekDay.\",\n  \"errorCode\": \"invalid-global-shift-slot-params\"\n}"},{"id":"09fcc9f1-fefa-4a45-957b-7d6f9fe6fc9c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1d8b4f9d-ef7b-488b-a681-a408f7da0185","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftSlotEndTime\": \"18:00\",\n  \"ShiftSlotStartTime\": \"08:00\",\n  \"ShiftWeekDay\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot/{{slotID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot","{{slotID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal shift ID."},{"key":"slotID","value":"33","description":"**Required** | Type: `integer`\n\nID of the segment to modify within the work shift."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftSlotStartTime` | `string (time)` | ✅ Yes | Start time of the work shift |\n| `ShiftSlotEndTime` | `string (time)` | ✅ Yes | End time of the work shift |\n| `ShiftWeekDay` | `integer` | ✅ Yes | Day of the week of the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"024f806b-873e-4dc8-b514-ea4444bb108e"},{"name":"Edit Global Work Shift","id":"758d03cb-aa35-43af-a78a-14086640f631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the name or details of a global work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Save - Modify the name of a work shift</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ShiftGName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>New name for the work shift.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the work shift</p>\n","type":"text/plain"},"type":"any","value":"55","key":"shiftGID"}]}},"response":[{"id":"270e653b-7424-4cf8-adb1-8dea92f84f06","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"01b38015-3b53-4565-948b-06baf82bd8ac","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"300f3f44-62e8-4936-97fb-2fc7a203ffe7","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9526ae64-f9d1-489f-a6af-028408b6da4a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"94ae7a14-49da-4b6c-b6c1-c8e71c764a47","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e3d20804-24a3-4b2f-a4a2-9e8f6a2bef42","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ada61f52-cf4d-46a2-a7d9-cb8cc8d6f3fb","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5fcad2b1-d7ab-4aaa-98df-ac8d12695eae","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ShiftGName\": \"Morning Shift\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"55","description":"**Required** | Type: `integer`\n\nUnique identifier of the work shift"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ShiftGName` | `string` | ✅ Yes | New name for the work shift. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"758d03cb-aa35-43af-a78a-14086640f631"},{"name":"Get Global Shift List","id":"07c86ab1-04e5-4e0d-91db-a3784efbc34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of all available global work shifts.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - List - View the list of work shifts</p>\n","urlObject":{"protocol":"https","path":["shift"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"6160fa50-c287-49a4-ae29-631913d8cdc4","name":"Work shifts retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ShiftGID\": 101,\n    \"ShiftGName\": \"Morning Shift\"\n  },\n  {\n    \"ShiftGID\": 102,\n    \"ShiftGName\": \"Afternoon Shift\"\n  }\n]"},{"id":"b7e6e1b9-e639-454c-a464-4c2eef55baf4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"8262f410-8934-414e-a82f-4c9b5e9168ff","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7a26b5df-727b-4cb5-8155-a7afbadc437a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e02ce78a-9cee-4ec0-8ea0-965323cca707","name":"No work shifts found in this clinic.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No work shifts found.\"\n}"},{"id":"59acf90f-6552-40b2-9cca-2243ad6e33cf","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f19d6c7c-9ad7-4f9b-9eee-2a9751f2a041","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f71ef5cb-a448-4fd1-8f8c-1874858ebdf3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"b1820584-28a8-4edf-8838-03953f4d22c5","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"07c86ab1-04e5-4e0d-91db-a3784efbc34d"},{"name":"Get Global Shift Slots","id":"b64a32cf-fee5-463a-aa9b-6d83ba7a75ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the time slots for a specific global work shift.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Edit - Get the name of a work shift</p>\n","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","slot"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the work shift (ShiftGID).</p>\n","type":"text/plain"},"type":"any","value":"1","key":"shiftGID"}]}},"response":[{"id":"9bdeedca-e70c-4a1a-8bc4-1ca0ea946020","name":"List of time slots retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ShiftID\": 7,\n    \"ShiftTimeStart\": \"08:00\",\n    \"ShiftTimeEnd\": \"23:55\",\n    \"ShiftWeekDay\": 1\n  }\n]"},{"id":"89a1f7ba-14f5-4b30-bf9e-edf35738277b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e6e6a42b-ffbd-4e6f-81fb-b150cd79c917","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"922454f1-875b-47d5-8d1a-812c064b1b58","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3c7169bc-751d-4493-ba13-4bedf43585dc","name":"No time slots were found for this work shift.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No time slots were found for this work shift.\"\n}"},{"id":"c9efbe58-5169-4888-a8c3-e6aa04925413","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d9359265-2c30-460c-9436-e7bb270dc00d","name":"Invalid ShiftGID path parameter","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid ShiftGID path parameter. Expected a numeric value.\",\n  \"errorCode\": \"invalid-shiftgid\"\n}"},{"id":"a7c44e11-72e1-437e-a0a4-64f674eba97a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b38bbcb6-2081-4b5a-be11-968ca9304e26","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"7a487def-44f8-4bbb-bf7e-e93b6a070266","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/slot?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","slot"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"shiftGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the work shift (ShiftGID)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/slot\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"b64a32cf-fee5-463a-aa9b-6d83ba7a75ce"},{"name":"Get Work Shift Name","id":"3d4d62f5-bca5-41ec-a2e7-b53adcb2923c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the name of a specific work shift based on its ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Work shifts - Work Shifts - Edit - Get the name of a work shift</p>\n","urlObject":{"protocol":"https","path":["shift","{{shiftGID}}","detail"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the work shift.</p>\n","type":"text/plain"},"type":"any","value":"56","key":"shiftGID"}]}},"response":[{"id":"46597a84-fea5-41ab-9a14-5a451d09bdd2","name":"Work shift data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ShiftGName\": \"Morning Shift\"\n}"},{"id":"bdf2c446-1d72-497d-b57a-5c8188e77e15","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"538d256d-e484-4986-acad-117534e70ca2","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"fef29508-6662-4ddd-98dc-55342eb4b1a5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8b7a6928-6b4c-4c3c-b60a-236d117b652d","name":"No work shift found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No work shift found.\"\n}"},{"id":"7d1b702d-e612-45cc-bef6-1f106fecb8c4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ee905421-99ee-42f1-b446-e1d07d6a8be5","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3210dabc-f50a-4a75-9696-a4a19f9c3035","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"c5f388bb-ecd7-4edf-9c0a-78864dd70176","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/shift/{{shiftGID}}/detail?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["shift","{{shiftGID}}","detail"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"shiftGID","value":"56","description":"**Required** | Type: `integer`\n\nUnique identifier for the work shift."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/shift/%7B%7BshiftGID%7D%7D/detail\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"3d4d62f5-bca5-41ec-a2e7-b53adcb2923c"}],"id":"4df9df80-d992-4203-9cbd-958a9a3afc40","description":"<p>General shift configuration and scheduling endpoints.</p>\n","_postman_id":"4df9df80-d992-4203-9cbd-958a9a3afc40"},{"name":"Stock","item":[{"name":"Add Product Stock","id":"1d6cf487-bacf-4346-99f7-6e4b9c3a6ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates new stock for a specific product.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Create - Create a new stock for a product</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>StockUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Product units.</td>\n</tr>\n<tr>\n<td><code>StockMinimum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Minimum product units.</td>\n</tr>\n<tr>\n<td><code>StockMaximum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum product units allowed.</td>\n</tr>\n<tr>\n<td><code>StockDaysGuaranteed</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Guaranteed availability in days.</td>\n</tr>\n<tr>\n<td><code>StockPurchasePrice</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Product purchase price.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["stock","{{stockProductID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the product whose stock is to be saved.</p>\n","type":"text/plain"},"type":"any","value":"1231","key":"stockProductID"}]}},"response":[{"id":"2b9f22d6-4224-4c74-bf66-bb53ec686c66","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1eaac032-4879-4085-ab71-df94891e6327","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3dede04f-8ad6-441a-8958-239d21a7cec9","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9a5d30dd-ddec-4a8b-bea4-ee0eb5252b56","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"a7e22bf8-6b4c-488e-b798-6308949f7520","name":"No product found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product found with that ID\",\n  \"errorCode\": \"99\"\n}"},{"id":"2bbcc5d8-ad15-4169-8b45-498ad24cf77d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a4273f46-c27d-4841-8029-e0b9f8f663a9","name":"MaxValueExceeded","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"El campo StockUnits no puede ser mayor que 10000.\",\n  \"errorCode\": \"max-value-exceeded\"\n}"},{"id":"fe0476a2-778f-4ea4-a1a2-17ea0021df48","name":"InvalidProductId","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error al registrar el stock.El id del producto es invalido.\",\n  \"errorCode\": \"141\"\n}"},{"id":"36ed5728-0f2a-4519-ab2e-ea4deda70b7e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"69672a37-771f-4631-b56e-b83a94d541f2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"b7c677c1-614c-4e36-be2f-725fa882b31f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockDaysGuaranteed\": 365,\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `integer` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/%7B%7BstockProductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1d6cf487-bacf-4346-99f7-6e4b9c3a6ab5"},{"name":"Delete All Stock","id":"d1fd2bed-6b1a-488b-b2e8-0edc87b6c5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes all existing stock records in the clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Stock - Delete stock - Remove all stock from the clinic</p>\n","urlObject":{"protocol":"https","path":["stock"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"5e80d7c3-713f-4ed9-9b2b-0a2eb4226ded","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e11308f3-6928-4de5-ac94-cedcb99bf035","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"950268c2-56d8-4e9c-8b3d-44d4b8cd32aa","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"00bb8497-0bc7-4a35-ba78-6a3aabb1e0d7","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f35d724a-5aaa-43ea-ab00-75bd5f36f29e","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"cdae5dfa-a76d-48f3-89d8-99013e9003d6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"13514349-f126-4ece-9e59-0d0656d58ae7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3d6b6b47-a2a3-46b3-afb2-fe27c7bc99e2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d1fd2bed-6b1a-488b-b2e8-0edc87b6c5c3"},{"name":"Delete Product Stock","id":"6292dda0-ccb2-4e20-b19b-d8ba6d90ebdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes the stock associated with a specific product.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Delete - Delete a product's stock</p>\n","urlObject":{"protocol":"https","path":["stock","{{stockProductID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the product whose stock is to be deleted.</p>\n","type":"text/plain"},"type":"any","value":"98765","key":"stockProductID"}]}},"response":[{"id":"e788e5ab-3f13-430c-b31a-6df5adf4fa1d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b5bcf5f9-53be-4a06-b105-800a5d76a453","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"83b08cf3-4546-4e72-a38f-ffa897a1040b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"81cf3140-d0e8-4199-8079-887d74a41447","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5bb4947f-e3a1-4cba-a6ad-8a58269c2a2f","name":"Error deleting. Product ID not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"99\",\n  \"message\": \"No product found with that ID\"\n}"},{"id":"8f2a05d0-e6b0-4898-afc4-51e8fd6351b1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"fa02d7da-1a1d-4c0c-b657-928f554fadc9","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3fce4aa5-4c1f-4cd3-a091-c654de930462","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"2bfd8556-82af-4ae7-98cf-df0f95abf80e","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be deleted."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/%7B%7BstockProductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6292dda0-ccb2-4e20-b19b-d8ba6d90ebdb"},{"name":"Edit Product Stock","id":"66b5b707-66b6-40ab-a62b-9ba1e4b18feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the stock information for a specific product.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Save - Save a product's stock</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>StockUnits</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Product units.</td>\n</tr>\n<tr>\n<td><code>StockMinimum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Minimum product units.</td>\n</tr>\n<tr>\n<td><code>StockMaximum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum product units allowed.</td>\n</tr>\n<tr>\n<td><code>StockComments</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comments about the stock.</td>\n</tr>\n<tr>\n<td><code>StockDaysGuaranteed</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Guaranteed availability in days.</td>\n</tr>\n<tr>\n<td><code>StockProductLot</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Main batch or lot identifier.</td>\n</tr>\n<tr>\n<td><code>StockExpiryDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>Expiration date of the main batch.</td>\n</tr>\n<tr>\n<td><code>StockPurchasePrice</code></td>\n<td><code>number (double)</code></td>\n<td>❌ No</td>\n<td>Product purchase price.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["stock","{{stockProductID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the product whose stock is to be saved.</p>\n","type":"text/plain"},"type":"any","value":"1231","key":"stockProductID"}]}},"response":[{"id":"77cfb1a1-2825-476c-bd4f-58b117a5df83","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"aeb70d37-279c-4f42-b4c4-7a34a4256027","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c1a62e26-68d0-44ef-8af3-6f973fc35649","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"042d1b81-ae80-4806-972f-4112e62f5d17","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"30dc2c16-8617-4cf7-a6e6-cc5679f8f61d","name":"No product found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"99\",\n  \"message\": \"No product found with that ID\"\n}"},{"id":"736064ba-500e-4c57-856f-375d4864563e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1ec6ba65-5e4e-4962-b922-d6e502b62beb","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error retrieving stock details, check the provided data.\",\n  \"errorCode\": \"16\"\n}"},{"id":"055edb66-1b7b-4e24-accc-0ebda71b6afa","name":"InvalidStockId","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"El id del stock es invalido.\",\n  \"errorCode\": \"141\"\n}"},{"id":"45ebd7f1-c6e3-462f-97ed-18c4bcc50bd3","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b713ca38-2d36-46d0-9065-592fd91a57c1","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1a30a7e5-21af-422d-a0d8-ce7b6df1baba","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"bc2f5090-899d-4bc6-ba5b-0cdbf7c8f441","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"StockUnits\": 150,\n  \"StockMinimum\": 20,\n  \"StockMaximum\": 1000,\n  \"StockComments\": \"Stock reserved for summer campaign\",\n  \"StockDaysGuaranteed\": 365,\n  \"StockProductLot\": \"L-2026-001\",\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockPurchasePrice\": 125.5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"1231","description":"**Required** | Type: `integer`\n\nUnique identifier of the product whose stock is to be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `StockUnits` | `number (double)` | ❌ No | Product units. |\n| `StockMinimum` | `integer` | ❌ No | Minimum product units. |\n| `StockMaximum` | `integer` | ❌ No | Maximum product units allowed. |\n| `StockComments` | `string` | ❌ No | Comments about the stock. |\n| `StockDaysGuaranteed` | `integer` | ❌ No | Guaranteed availability in days. |\n| `StockProductLot` | `string` | ❌ No | Main batch or lot identifier. |\n| `StockExpiryDate` | `string (date)` | ❌ No | Expiration date of the main batch. |\n| `StockPurchasePrice` | `number (double)` | ❌ No | Product purchase price. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/%7B%7BstockProductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"66b5b707-66b6-40ab-a62b-9ba1e4b18feb"},{"name":"Get Stock History","id":"a071d61d-6384-4f7a-aa29-81854a8dba76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves details of products associated with a specific stock.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - History - Search - Obtain the list of stock history as a result from a search</p>\n","urlObject":{"protocol":"https","path":["stock","{{stockProductID}}","history"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>End date for the search.</p>\n","type":"text/plain"},"key":"stockEndDate","value":"05/01/2026"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Start date for the search.</p>\n","type":"text/plain"},"key":"stockStartDate","value":"05/03/2015"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Identifier of the stock type.</p>\n","type":"text/plain"},"key":"stockType","value":"3"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the product in the inventory.</p>\n","type":"text/plain"},"type":"any","value":"98765","key":"stockProductID"}]}},"response":[{"id":"2d222d73-633b-4949-947f-e1d653fe5958","name":"History details successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"StockRProductDesc\": \"Crema fotoprotectora facial 90spf\",\n    \"StockRClass\": \"Central de Compras\",\n    \"StockRDate\": \"2026-04-17\",\n    \"StockRTime\": \"11:54\",\n    \"StockRAmount\": 1,\n    \"StockRUnits\": 25,\n    \"StockRProductLot\": 0,\n    \"StockRExpiryDate\": \"\"\n  },\n  {\n    \"StockRProductDesc\": \"Crema fotoprotectora facial 90spf\",\n    \"StockRClass\": \"Central de Compras\",\n    \"StockRDate\": \"2026-04-17\",\n    \"StockRTime\": \"11:47\",\n    \"StockRAmount\": 12,\n    \"StockRUnits\": 24,\n    \"StockRProductLot\": 0,\n    \"StockRExpiryDate\": \"\"\n  }\n]"},{"id":"7f6c944f-fca8-4a97-97db-29c139881eea","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3421045c-a508-4051-ae6a-91d4168a4b75","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"426bbaed-bc41-42c1-bee4-f5c85b54b0e9","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d296decb-b450-416f-9639-8da9c53f29ed","name":"Error retrieving stock history. Check the stock ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No movement history found for this product.\"\n}"},{"id":"467039c5-236c-4e2e-8ddb-72cb9f8ed211","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"85498d10-5dcb-4576-8f60-dff20af126b0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"517fc31d-f068-473a-8308-463a4ac72cae","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"219a4350-710e-4416-ac0c-6d3934dc1faa","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/history?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockEndDate=05/01/2026&stockStartDate=05/03/2015&stockType=3","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","history"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nEnd date for the search.","key":"stockEndDate","value":"05/01/2026","x-postman-displayValue":"05/01/2026"},{"description":"**Optional** | Type: `string`\n\nStart date for the search.","key":"stockStartDate","value":"05/03/2015","x-postman-displayValue":"05/03/2015"},{"description":"**Optional** | Type: `integer`\n\nIdentifier of the stock type.","key":"stockType","value":"3","x-postman-displayValue":"3"}],"variable":[{"key":"stockProductID","value":"98765","description":"**Required** | Type: `integer`\n\nUnique identifier of the product in the inventory."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/%7B%7BstockProductID%7D%7D/history\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"a071d61d-6384-4f7a-aa29-81854a8dba76"},{"name":"Get Stock List","id":"ecf5df39-4ac9-410e-9408-7e5be863e9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}","description":"<p>View the list of physical products and stock in the clinic's warehouse (e.g., creams, jars). DO NOT use for services or treatments on the schedule.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - List - See a list of products with its present and minimum stock</p>\n","urlObject":{"protocol":"https","path":["stock"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Filter to search by product name.</p>\n","type":"text/plain"},"key":"productDesc","value":"Cream"}],"variable":[]}},"response":[{"id":"a07aa86c-bf13-4a6e-a72a-f720cc1b1c2f","name":"Stock list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"StockProductId\": 226,\n    \"StockFamilyName\": \"Casmara\",\n    \"StockProductDescription\": \"Ampolla 10 ml casmara oro\",\n    \"StockUnits\": 5,\n    \"StockAveragePrice\": 0,\n    \"StockMin\": 0,\n    \"StockMax\": 0,\n    \"StockDisabled\": false,\n    \"StockPendingUnits\": 0,\n    \"StockLotDetails\": []\n  },\n  {\n    \"StockProductId\": 233,\n    \"StockFamilyName\": \"Casmara\",\n    \"StockProductDescription\": \"Crema 10 ml hidratante\",\n    \"StockUnits\": 1,\n    \"StockAveragePrice\": 0,\n    \"StockMin\": 0,\n    \"StockMax\": 0,\n    \"StockDisabled\": false,\n    \"StockPendingUnits\": 4,\n    \"StockLotDetails\": []\n  }\n]"},{"id":"ab6a497f-ea94-49e5-9099-c69045355083","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6c7d3926-8c21-4a6d-97d3-a7b8421e10b1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"12c24e35-f7c8-4165-a725-f3a363ab0ac2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"160a0cc9-9ef1-4fe3-88f2-d7b178dcfd70","name":"No stock data found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No stock data found\"\n}"},{"id":"dac49d90-bf3a-4a8a-943c-210802baaf7f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7a177ac7-d90c-4a73-ba41-7be62d12fb4e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"4be18dc5-36ee-43b3-852c-fc2bbd9311eb","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"90c02ef0-6169-46dd-acb0-6b4d11691092","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock?server={{server}}&systemkey={{systemkey}}&clinicID=1&productDesc=Cream","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nFilter to search by product name.","key":"productDesc","value":"Cream","x-postman-displayValue":"Cream"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"ecf5df39-4ac9-410e-9408-7e5be863e9f6"},{"name":"Import Stock","id":"63cf7e74-23c9-47b7-9d8c-9913368649f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) XLS or xlsx spreadsheet file to import.</p>\n","key":"stockImportFile","type":"file"}]},"url":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","description":"<p>Imports stock from an XLS spreadsheet file. The file must be sent as <code>multipart/form-data</code> using the <code>stockImportFile</code> field.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Matter</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>stockImportFile</code></td>\n<td><code>string (binary)</code></td>\n<td>✅ Yes</td>\n<td>XLS or xlsx spreadsheet file to import.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["stock","import"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"ecd96f51-d828-4b99-b522-86f568da0f37","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"983fcbb6-e0d9-4ca3-9458-20cbcf2c6e67","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"24aa08bb-fc1b-4084-8dbd-f1fbb48c4390","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"81b61162-f11c-430c-ac2d-f0d7b6dbddd6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fdc3451e-1a99-4ca5-a422-1c078d997d58","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/import\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a670a269-bdfb-420e-8c23-c187b9b26cb6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4aa7d3a6-7c6c-464c-83a3-00688f9db2b0","name":"Could not import","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not import. Check the file.\",\n  \"ErrorCode\": \"644\"\n}"},{"id":"8e39bcfb-b3b6-47d4-9833-f2aa8226d745","name":"Import error","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Import error. Check the ID.\",\n  \"ErrorCode\": \"388\"\n}"},{"id":"dab13adb-8891-4762-905d-4a1cca266e40","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0609971e-7717-4363-b39f-4ac6998fe8bf","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"formdata","formdata":[{"description":"(Required) XLS or xlsx spreadsheet file to import.","key":"stockImportFile","type":"file"}]},"url":{"raw":"https://api-beta.flowww.net/v2/stock/import?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","import"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Required** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `stockImportFile` | `string (binary)` | ✅ Yes | XLS or xlsx spreadsheet file to import. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"63cf7e74-23c9-47b7-9d8c-9913368649f4"},{"name":"Register Outgoing Stock","id":"3375a484-d011-4ad8-a71e-85b7388148da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"url":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&stockUnits=2","description":"<p>Manually record a product's unit removal from inventory.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Register stock exit - Allows you to manually register a stock exit</p>\n","urlObject":{"protocol":"https","path":["stock","{{stockProductID}}","out"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Reason or comment regarding the removal.</p>\n","type":"text/plain"},"key":"stockComments","value":"Internal consumption cabin 1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Quantity of units to be written off.</p>\n","type":"text/plain"},"key":"stockUnits","value":"2"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID in the stock from which the removal is performed.</p>\n","type":"text/plain"},"type":"any","value":"122","key":"stockProductID"}]}},"response":[{"id":"6aebeeac-050a-4d07-9727-9f6faccc034e","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f95d9fcc-3d2f-43b4-bb33-fb26c2413ca0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ae203a57-cf02-4519-bdf8-34651c2f28d3","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"98fc0b99-c668-48f4-b014-6fd7471d2da8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"2b8a6bf5-5af6-4178-bb05-249f00b2aeb4","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/%7B%7BstockProductID%7D%7D/out\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"40b87ad3-8914-4386-b4e8-0dd070304d87","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2050204e-e521-49fa-879b-aea4bcca415a","name":"The stockUnits query parameter must be a","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid stockUnits query parameter. Expected a positive integer with at most 10000 digits.\",\n  \"errorCode\": \"invalid-stockunits\"\n}"},{"id":"0fec3e68-5359-4a5f-aaa6-5a03ec18101d","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error registering stock output. Check the provided data.\",\n  \"errorCode\": \"141\"\n}"},{"id":"7cfd3d21-c544-4a35-8c0b-e0fa20feab2e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a4ee1a53-ac62-4a93-b0a4-2aba37951300","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}/out?server={{server}}&systemkey={{systemkey}}&clinicID=1&stockComments=Internal consumption cabin 1&stockUnits=2","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}","out"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nReason or comment regarding the removal.","key":"stockComments","value":"Internal consumption cabin 1","x-postman-displayValue":"Internal consumption cabin 1"},{"description":"**Required** | Type: `integer`\n\nQuantity of units to be written off.","key":"stockUnits","value":"2","x-postman-displayValue":"2"}],"variable":[{"key":"stockProductID","value":"122","description":"**Required** | Type: `integer`\n\nProduct ID in the stock from which the removal is performed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3375a484-d011-4ad8-a71e-85b7388148da"},{"name":"Search Product Stock","id":"95276bdb-05af-4feb-8015-cf26eed10584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&productEAN=8412345678905","description":"<p>Searches for a product by its EAN barcode and returns its product identifier.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Use Barcode Reader - Select a product using a barcode to create a new stock</p>\n","urlObject":{"protocol":"https","path":["stock","ean"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product barcode to search for.</p>\n","type":"text/plain"},"key":"productEAN","value":"8412345678905"}],"variable":[]}},"response":[{"id":"71826957-6435-4e57-ab27-b5130e04ac30","name":"Product found successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"StockProductID\": 122\n}"},{"id":"9b8fd53a-8d11-405f-b68e-c0197b2bd04f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"0883a570-8b39-48eb-96d4-a0e2ab23c59b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4d5168d2-9613-4462-a2ee-55d6b481197a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9f3e5c8c-24d9-471a-bc0d-56dfab510b27","name":"Product not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"No product was found with the provided data.\"\n}"},{"id":"b8581c30-1cec-417a-8b8e-d5724b40c7ad","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1159e458-e9bc-4011-a1aa-fdcb2c5a89b9","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"2661f752-c692-4206-92f1-7364664d9776","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"a06f9e8a-affe-46a1-a245-63835ef48c0f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&productEAN=8412345678905","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nProduct barcode to search for.","key":"productEAN","value":"8412345678905","x-postman-displayValue":"8412345678905"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/ean\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"95276bdb-05af-4feb-8015-cf26eed10584"},{"name":"View Product Stock Details","id":"cca5069d-dae9-4b79-841b-a72cca16217f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Queries detailed stock information for a specific product using the form.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Edit - See details of a product's stock</p>\n","urlObject":{"protocol":"https","path":["stock","{{stockProductID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product ID.</p>\n","type":"text/plain"},"type":"any","value":"2030","key":"stockProductID"}]}},"response":[{"id":"406cef11-c869-4c0b-8360-289b27b47b29","name":"Stock details successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"StockProductID\": 2030,\n  \"StockProductDesc\": \"Facial Moisturizing Cream 50ml\",\n  \"StockUnits\": 150.0,\n  \"StockMinimum\": 10.0,\n  \"StockMaximum\": 500.0,\n  \"StockDaysGuaranteed\": 5,\n  \"StockAveragePrice\": 15.5,\n  \"StockProductLot\": 32,\n  \"StockExpiryDate\": \"31/12/2026\",\n  \"StockProductRequiresTraceability\": 0\n}"},{"id":"6cdd3cfd-9dba-4588-a475-23ba8480e784","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"708f5bf2-ab9d-4f44-8ad2-b5339feaeb86","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"61462165-5d11-4a21-9b95-680b8ea1ca34","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"afcfac67-4886-4862-9882-71b5a66fe5e4","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/stock/%7B%7BstockProductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e1dc23b0-675c-410b-91db-a21f2db00dcd","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5cc5a419-43b9-46b1-bbcf-41312a081555","name":"InvalidData","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error retrieving stock details, check the provided data.\",\n  \"errorCode\": \"16\"\n}"},{"id":"7651afe0-4367-4e94-9652-83ac378467de","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5afd6f50-145b-4900-88cf-1f0286cc6bd9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/stock/{{stockProductID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["stock","{{stockProductID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"stockProductID","value":"2030","description":"**Required** | Type: `integer`\n\nProduct ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"cca5069d-dae9-4b79-841b-a72cca16217f"}],"id":"f873e386-7a95-4704-98c7-ed80ea9ca405","description":"<p>Stock control, inventory, and movement endpoints.</p>\n","_postman_id":"f873e386-7a95-4704-98c7-ed80ea9ca405"},{"name":"Tariff","item":[{"name":"Family","item":[{"name":"Create Family","id":"f9f73d98-a2b0-4226-a391-fcbb22bbd017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new family in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Create - Create a new family of products</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>FamilyDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Disabled status. -1 = enabled, 0 = disabled.</td>\n</tr>\n<tr>\n<td><code>FamilyCode</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Code of the product family.</td>\n</tr>\n<tr>\n<td><code>FamilyName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Display name of the product family.</td>\n</tr>\n<tr>\n<td><code>FamilyFolderID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the parent family this subfamily belongs to. Null for top-level families.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","family"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product group whose family is to be created.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"9fa0e4d3-8846-4515-9cd1-a59e58bd9a08","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"95077c68-6bd5-4913-8781-97ac8a84e8a6","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"42ff5e18-c333-4753-968d-d649c9383dad","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"da8dff88-2adb-4191-9757-2fd051af97d2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"df6830a1-cbdc-4b60-9dbc-39c2cd51d01f","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/family\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"1dca786b-5aa0-480d-8ece-e4e63da4bde0","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8383c817-8fe5-4609-bf3c-b85785b9e5aa","name":"CreateFamilyError94","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create the product family.\",\n  \"errorCode\": \"94\"\n}"},{"id":"d25d98d9-deac-44ae-9797-3195ab58d106","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"6b485971-b4eb-4bf6-a88e-1d6a78484374","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyCode\": \"FAC-01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyDisabled\": -1,\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product group whose family is to be created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |\n| `FamilyCode` | `string` | ✅ Yes | Code of the product family. |\n| `FamilyName` | `string` | ✅ Yes | Display name of the product family. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f9f73d98-a2b0-4226-a391-fcbb22bbd017"},{"name":"Delete Family","id":"e8414f2b-4375-4a1f-9aab-7123c7b1308b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing family from the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Delete - Eliminate a family of existing products</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","family","{{familyID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the product group the family belongs to.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the family to delete.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"familyID"}]}},"response":[{"id":"7b3f9a44-ac8d-4c2e-a38e-cbfe2f8b239c","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"30a23e24-6622-40db-bcad-78b7c6c249d4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"24e2ff3a-e91a-40df-a140-baada0ada76a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5c496635-5663-4f52-b3cd-7cdc806368cd","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4fd6c8eb-10b8-4b53-8cc4-7d91062f9a76","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/family/%7B%7BfamilyID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"33477fb2-3439-496a-968e-e91c90b45d01","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"bf540a0f-bbe3-447c-85be-3c69f28e4090","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"4bc83c79-4c38-4e3c-8b80-185a085d8fa2","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nID of the family to delete."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e8414f2b-4375-4a1f-9aab-7123c7b1308b"},{"name":"Disable Family","id":"c902aa55-8dad-4785-8671-53d83f6e5fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}","description":"<p>Disables an existing family in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Disable - Enable/disenable a family of a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","family","{{familyID}}","disable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to enable or disable.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"familyID"}]}},"response":[{"id":"addc0cc1-24cf-4749-8af5-6dcaf8b2d828","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"300375c1-1e2f-46ca-be2b-dca561b65e87","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c46ad165-b9e0-4044-aea3-163147d8f90a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"edff5dd3-28a7-4637-b337-075dcacb1967","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5849d338-49e6-4f3f-98ce-091986fa3ec5","name":"Product family not found. Check the provided parameters.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Product family not found. Check the provided parameters.\",\n  \"errorCode\": \"95\"\n}"},{"id":"7a38ca74-f281-423a-bd87-724767465a96","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"512d0175-eddd-4688-971d-8287c48bdd7d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9acef163-e8a1-4fcf-955a-f324cd745eb4","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"db9f9ea0-f0c9-4829-9116-a9bae71597df","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/family/%7B%7BfamilyID%7D%7D/disable\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"c902aa55-8dad-4785-8671-53d83f6e5fe9"},{"name":"Edit Family","id":"d65dde91-66d4-40fd-9593-3ca10426384a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing family in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Save - Modify a family of existing products</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>FamilyDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value.</td>\n</tr>\n<tr>\n<td><code>FamilyCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Short code identifying the product family. Omitted values retain the current family value.</td>\n</tr>\n<tr>\n<td><code>FamilyName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the product family. Omitted values retain the current family value.</td>\n</tr>\n<tr>\n<td><code>FamilyFolderID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","family","{{familyID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the product group the family belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to edit.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"familyID"}]}},"response":[{"id":"23224e1a-d039-4e66-a2ae-71d70e8f6049","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"717678a4-7ac3-4a6c-afa3-1aebbed72a19","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"5c3eabf2-7249-4886-a2d6-d71c6cc6f0fd","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"78e4ec42-559e-4a67-8a69-d0047587b6fe","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"118ff345-ea9b-47c4-a062-4745127a95c5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/family/%7B%7BfamilyID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e18609f2-d472-47e0-bbe6-f0161c469bf6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8acbbbf7-34d4-41d3-b82a-322d361c7bc5","name":"CreateFamilyError94","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create the product family.\",\n  \"errorCode\": \"94\"\n}"},{"id":"e5400b1b-bb2b-462a-8dc7-226adcc2450f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"de7c609f-b2f1-4189-81cd-1ff4d2c05585","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"FamilyDisabled\": -1,\n  \"FamilyCode\": \"FAM01\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilyFolderID\": 5\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to edit."},{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the product group the family belongs to."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `FamilyDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. Omitted values retain the current family value. |\n| `FamilyCode` | `string` | ❌ No | Short code identifying the product family. Omitted values retain the current family value. |\n| `FamilyName` | `string` | ❌ No | Display name of the product family. Omitted values retain the current family value. |\n| `FamilyFolderID` | `integer` | ❌ No | ID of the parent family this subfamily belongs to. Null for top-level families. Omitted values retain the current family value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d65dde91-66d4-40fd-9593-3ca10426384a"},{"name":"Enable Family","id":"79d94aba-1a38-402b-a1f8-d404cb8a27b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}","description":"<p>Enables an existing family in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Disable - Enable/disenable a family of a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","family","{{familyID}}","enable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to enable or disable.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"familyID"}]}},"response":[{"id":"578f63dc-82a1-4b70-bffd-f17d0642274a","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9a657888-a062-4734-b645-894950917920","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"92a4671f-923a-4af8-b7c1-f675e0152c9a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7ef57876-5b23-4cf5-a029-5616b79a99ec","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"7b2e2fa3-2a4a-45b5-a7d9-92a3df9a2e08","name":"Product family not found. Check the provided parameters.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Product family not found. Check the provided parameters.\",\n  \"errorCode\": \"95\"\n}"},{"id":"4fb37967-0c0c-4b53-bfd7-51483e545f7a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"831411c7-a886-4a54-893b-99dc45c14245","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"39d0328d-b188-452e-8c81-95423367255e","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"18bf9bf8-1aa5-474d-8b45-39127c13b7d6","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to enable or disable."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/family/%7B%7BfamilyID%7D%7D/enable\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"79d94aba-1a38-402b-a1f8-d404cb8a27b8"},{"name":"Get Family Details","id":"226a2e79-443c-4430-b574-c8145789a110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the details of an existing family.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Edit - See a family of existing products</p>\n","urlObject":{"protocol":"https","path":["tariff","family","{{familyID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"familyID"}]}},"response":[{"id":"59fd4842-da7a-4949-aa33-dbac060e6d00","name":"Product family details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"FamilyID\": 1,\n  \"FamilyGID\": 1,\n  \"FamilyCode\": \"TFAC\",\n  \"FamilyName\": \"Facial Treatments\",\n  \"FamilySourceName\": \"\",\n  \"FamilyFolderID\": 0,\n  \"FamilyFolderName\": \"(Ninguna)\",\n  \"FamilyDisabled\": false,\n  \"ProductHasLinkedForm\": false\n}"},{"id":"69170b6d-68d9-49c5-a026-e97c513f38af","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e8c894cc-7584-4548-bcae-37aca544c8be","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"67cbfee5-2491-4bea-ae1d-db69d377f037","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b9e9c213-dda5-4afc-a212-3733a3eb7f19","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"ed6d9bfe-2445-4e6c-a039-4d72733a57a8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4a510cd4-e152-4db6-8bc4-bac9b543dab8","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f2e98315-25ea-4994-851e-5c9ff6611f2d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"769f0d76-f676-4b50-93c9-aff8d71497c2","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"1","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/family/%7B%7BfamilyID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"226a2e79-443c-4430-b574-c8145789a110"},{"name":"Get Family Promotion Target","id":"0d0ceda7-2f9c-42ac-b63e-97533da9d25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}","description":"<p>Returns the tariff group to which a product family can be promoted.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - List promotions - See the group of tariffs in which a family may be promoted</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff group the family belongs to.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to check for promotion targets.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"familyID"}]}},"response":[{"id":"46892c98-1bf0-43ff-be32-182c5a3402d0","name":"Promotion target tariff groups retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductParentGID\": 2,\n    \"ProductParentName\": \"Tarifa Madrid\"\n  },\n  {\n    \"ProductParentGID\": 8,\n    \"ProductParentName\": \"Tarifa-Migración\"\n  },\n  {\n    \"ProductParentGID\": 27,\n    \"ProductParentName\": \"Standard Rate 2026\"\n  }\n]"},{"id":"a77b904f-51c2-46ae-8ac8-6f95b154b4bb","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"50b9d00a-6cae-4af4-8839-27bc11018704","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"4201475a-1077-4b58-a749-17672d3fcead","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4553a3fc-11f8-4cbf-9527-c8897dd485bd","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"222dddf8-e338-447a-a804-c6eafb5a4cb8","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6418591f-b2a6-4577-b0c6-149f90c29e01","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"fe07e405-6bcc-47c6-b89b-add2cf3b48be","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"dad66967-e1c6-4019-b9ad-464e6b22f898","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to check for promotion targets."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group the family belongs to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/family/%7B%7BfamilyID%7D%7D/promote\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"0d0ceda7-2f9c-42ac-b63e-97533da9d25f"},{"name":"List Families","id":"6e575119-3e89-443f-96e7-7ffdaacd4ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of families belonging to a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - List - See the list of families of a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","family"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff group whose families are to be listed.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"}]}},"response":[{"id":"e552b03d-0770-44d8-9248-2ba03d415c00","name":"Product family list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FamilyID\": 1,\n    \"FamilyName\": \"Facial Treatments\",\n    \"FamilyCode\": \"TFAC\",\n    \"FamilyInherit\": false,\n    \"FamilyDisabled\": false,\n    \"FamilyFolderName\": \"(Ninguna)\",\n    \"FamilyHasParent\": false,\n    \"ProductHasLinkedForm\": false\n  },\n  {\n    \"FamilyID\": 2,\n    \"FamilyName\": \"Laser\",\n    \"FamilyCode\": \"LASE\",\n    \"FamilyInherit\": false,\n    \"FamilyDisabled\": false,\n    \"FamilyFolderName\": \"(Ninguna)\",\n    \"FamilyHasParent\": false,\n    \"ProductHasLinkedForm\": false\n  }\n]"},{"id":"f8e64bf9-b476-429f-b54a-c49931b859e5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b00146b7-bdb6-49ff-8292-c1dd0d7394d9","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7b5a4a8f-702e-468f-9d51-9f743328a9e3","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ca8caf74-3979-4c55-8e02-aabcf5b6f074","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"86fc90c6-31ca-40a6-b31e-8b9c874b81a3","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0cafe10e-5afd-4b41-ae93-c87588e96da7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"237a16c2-fd3c-4c6c-b5d7-ac8a48f4d166","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"6f3c79cb-0a1f-4f83-b037-0a7331884f17","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose families are to be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/family\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"6e575119-3e89-443f-96e7-7ffdaacd4ee7"},{"name":"List Replacement Families","id":"516a5219-564c-4949-a19b-8b58388b9b43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}","description":"<p>Returns the list of families that can replace an existing product family.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - List possible replacements - Show the list of families in which an existing family may be substituted</p>\n","urlObject":{"protocol":"https","path":["tariff","family","{{familyID}}","replace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to find replacements for.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"familyID"}]}},"response":[{"id":"07d8ce03-bdca-4f42-a878-cf820a1190e6","name":"Replacement family list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FamilyID\": 1,\n    \"FamilyName\": \"Actividades dirigidas\"\n  },\n  {\n    \"FamilyID\": 4,\n    \"FamilyName\": \"Laser\"\n  }\n]"},{"id":"2fa8ac49-efe7-4626-a594-7a4489e518c3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e1efbec1-d606-4368-8543-1ff50645d248","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1d2f1185-db41-4043-856a-fb69b27703ec","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ba93fd87-226f-467c-ae2f-4658ccc61e82","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"30f65a63-0739-4e6d-a018-fb51d9568636","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"85b76a77-b9a5-401a-9d26-2a9d40004a06","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0222b277-d03f-4b73-a18b-9dc5105185d0","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"5b272c63-8c34-4f6c-a9f5-d0026216bb18","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to find replacements for."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/family/%7B%7BfamilyID%7D%7D/replace\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"516a5219-564c-4949-a19b-8b58388b9b43"},{"name":"Promote Family","id":"51f465d9-b33f-4732-9434-8c7abbe57e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Promotes a family to the specified tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Promote - Promote a family</p>\n","urlObject":{"protocol":"https","path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the family to promote from.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"familyID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the family to promote.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"familyTargetID"}]}},"response":[{"id":"51a4b118-d3e2-4b09-ba39-c7af47623f7b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a6d616c5-30b6-4729-95f7-57c09fbcc559","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a19365fd-e096-4779-b724-8ae72b314780","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"aab0647b-bdfd-4a86-9b0e-d96fd6d538c8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b6c7df20-e88f-41ce-a77f-49d92a74d303","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/family/%7B%7BfamilyID%7D%7D/promote/%7B%7BfamilyTargetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"e5895500-afbd-4d97-bbcb-689611f268a3","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f204a546-78e5-489c-accc-4b1c0c11c414","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"fdd6459a-f2c4-43e4-b192-d40005d1fd4a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/promote/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","promote","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"10","description":"**Required** | Type: `integer`\n\nID of the family to promote from."},{"key":"familyTargetID","value":"1","description":"**Required** | Type: `integer`\n\nID of the family to promote."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"51f465d9-b33f-4732-9434-8c7abbe57e37"},{"name":"Replace Family","id":"e864951c-facf-4a05-9348-769d2c24a9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Replaces an existing family with another one.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Replace - Replace one family for another</p>\n","urlObject":{"protocol":"https","path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to be replaced.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"familyID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the family that will replace the source family.</p>\n","type":"text/plain"},"type":"any","value":"5","key":"familyTargetID"}]}},"response":[{"id":"8a28a9c3-8a9f-4b27-aa51-178b1efaf92c","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"68093288-9350-4044-91c8-0786bd65fd2b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"943a4389-ca9c-4b55-b487-c3a818f13d83","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"09b48652-cb0b-483e-973a-a68e5dd5cbc3","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"dee02750-1d12-4e68-a463-8bc5a3654ba7","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/family/%7B%7BfamilyID%7D%7D/replace/%7B%7BfamilyTargetID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"33ae715f-e0fc-4253-b1c6-a2ec0dddb0f1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a867d270-4743-474b-82e9-7060a35b2c4e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"dcdf0fcf-02fb-4049-b9dd-faf92b462103","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/family/{{familyID}}/replace/{{familyTargetID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","family","{{familyID}}","replace","{{familyTargetID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to be replaced."},{"key":"familyTargetID","value":"5","description":"**Required** | Type: `integer`\n\nID of the family that will replace the source family."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e864951c-facf-4a05-9348-769d2c24a9f1"},{"name":"Restore Family","id":"42d9e62b-57e8-42bb-9107-285c000c2744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}","description":"<p>Restores a family within a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Famlilies - Restore - Restore a family</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff the family belongs to.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique ID of the product family to restore.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"familyID"}]}},"response":[{"id":"3821385b-21b2-4453-be56-eb3b09e3dd2d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"25b01305-ff54-4b1f-8127-08e9b765c4a8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"712ab013-7e54-4d4e-98f6-cd18f62d48d2","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"198b5cfc-0ad3-4fff-8e8b-1d63bdff9b26","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"376e8740-03e2-48cf-a2ff-fc79cde747c5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/family/%7B%7BfamilyID%7D%7D/restore\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c61d1269-af9c-4703-b37b-92a1d0ea2400","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6b029474-78f3-4e6c-92d0-2ed79ff95e5c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a9d9d08b-81bd-49a6-b944-655023af4969","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/family/{{familyID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","family","{{familyID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"familyID","value":"2","description":"**Required** | Type: `integer`\n\nUnique ID of the product family to restore."},{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff the family belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"42d9e62b-57e8-42bb-9107-285c000c2744"}],"id":"a02f05c3-6fde-46b0-8805-c64b7db4b48c","description":"<p>Tariff / Family endpoints.</p>\n","_postman_id":"a02f05c3-6fde-46b0-8805-c64b7db4b48c"},{"name":"Inheritance","item":[{"name":"Add Tariff Inheritance","id":"b52825c5-8b65-446c-9faf-b1c00df19b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a new inheritance relationship between two tariff groups.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Inheritances - Create - Guardar la nueva herencia</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductParentGID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>ID of the product group to inherit from.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","inheritance"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group for which the inheritance is being created.</p>\n","type":"text/plain"},"type":"any","value":"4","key":"productGID"}]}},"response":[{"id":"68280da1-7d1b-4e91-a0df-1379f6060f24","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0bdef8c1-7bd2-4c57-9cd4-1f3b93b8646f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"65b4460a-0f24-41de-a472-aa90a5753c78","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"9ba3cafc-1a71-4cb2-b3ee-3329ebddeb77","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"34d2854f-c026-4f8a-809a-fd56f7383393","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/inheritance\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"32ba1463-84b8-4d81-bae9-f10f840b5e64","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5fbfff3b-cec3-41d3-b174-a269a112b0fc","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e583119f-169f-4985-8048-a80d54b1571c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductParentGID\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"4","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the inheritance is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductParentGID` | `integer` | ✅ Yes | ID of the product group to inherit from. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"b52825c5-8b65-446c-9faf-b1c00df19b50"},{"name":"Delete Tariff Inheritance","id":"fca1b476-8e34-4ed4-bb2e-a1e77da98d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&productParentGID=1","description":"<p>Deletes an inheritance record between two tariffs.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Inheritances - Delete - Eliminate an inheritance</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","inheritance"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the parent tariff in the inheritance relationship.</p>\n","type":"text/plain"},"key":"productParentGID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff whose inheritance record is to be deleted.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"35920b6e-90c2-409c-84f0-e7cb1ba5e728","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8e04bc4f-30cf-45a7-8710-983f139a53bd","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3650f4ab-e8b9-455d-9bc0-0bc8c6a465a6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"169e6e84-df4a-4b60-bf01-2f46ee88804f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"15b058d6-6e42-4128-81ff-3b7a72d64f92","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/inheritance\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"5934d85a-155f-41c5-8156-d949e93446fb","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"069bc8e6-a054-48b4-bfc6-ecb0908695aa","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c8dc2198-4f14-4dd1-acc5-cf26a2fdca24","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1&productParentGID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nID of the parent tariff in the inheritance relationship.","key":"productParentGID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff whose inheritance record is to be deleted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"fca1b476-8e34-4ed4-bb2e-a1e77da98d41"},{"name":"List Available Tariff Groups for Inheritance","id":"0fad42f4-6a74-494b-8408-4a43b6ac6d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}","description":"<p>Returns the list of available tariff groups that can be configured as inheritance source for a tariff.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Inheritances - List groups of tariffs - Show the list of groups of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","inheritance","tariffs"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the products group whose available inheritance tariffs are to be retrieved.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"}]}},"response":[{"id":"59b871cb-1b82-4c7a-a736-d7f2761c3b0c","name":"Available tariff groups for inheritance retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductGID\": 4,\n    \"ProductGName\": \"Tarifa Clinica1\"\n  },\n  {\n    \"ProductGID\": 27,\n    \"ProductGName\": \"Standard Rate 2026\"\n  }\n]"},{"id":"0795771b-5c58-45f1-a7f5-0955da37d53c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"70a7c8ab-fde6-415b-9d59-8b2f17db6535","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f1324f61-fbdb-4943-a65a-77d3237c5dd8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"b6511a1c-4f33-4600-8637-914012efb6d9","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"8558474b-bcf4-469e-b674-f1dc6a15648e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"73fccf46-c39c-4207-8f9e-4d4515376dfa","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3b0bb62e-a98b-4621-a142-a8fcf033b251","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f389913f-2dc4-4818-8746-b2de4054106b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance/tariffs?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance","tariffs"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the products group whose available inheritance tariffs are to be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/inheritance/tariffs\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"0fad42f4-6a74-494b-8408-4a43b6ac6d38"},{"name":"List Tariff Inheritances","id":"30ea6c6c-e810-4cfd-9918-58e500096bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the inheritance relationships for a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Inheritances - List - See the list of inheritances in a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","inheritance"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff group whose inheritance list is to be retrieved.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"}]}},"response":[{"id":"331abfbd-0caf-40a9-9ccb-4d7a1a713d10","name":"Tariff inheritance list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductGParents\": [\n    {\n      \"ProductParentGID\": 2,\n      \"ProductGID\": 1,\n      \"ProductParentName\": \"Tarifa Madrid\",\n      \"ProductGNumProducts\": 512,\n      \"ProductGNumFamilies\": 5,\n      \"ProductGNumZoneClasses\": 1,\n      \"ProductGInherit\": true\n    }\n  ],\n  \"ProductGChildren\": [\n    {\n      \"ProductParentGID\": 1,\n      \"ProductGID\": 7,\n      \"ProductParentName\": \"Tarifa3\",\n      \"ProductGNumProducts\": 898,\n      \"ProductGNumFamilies\": 18,\n      \"ProductGNumZoneClasses\": 0,\n      \"ProductGInherit\": true\n    },\n    {\n      \"ProductParentGID\": 1,\n      \"ProductGID\": 5,\n      \"ProductParentName\": \"Tarija hija2\",\n      \"ProductGNumProducts\": 898,\n      \"ProductGNumFamilies\": 18,\n      \"ProductGNumZoneClasses\": 0,\n      \"ProductGInherit\": true\n    }\n  ]\n}"},{"id":"7d3a4291-668d-4710-88c6-ffcde2a786d3","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f6dd5f73-d712-4e27-a93e-dbf80a86c332","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"1a3421cf-f449-43f8-8b92-9313d59530b5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8325098b-85dd-4a5d-b354-fe1a92f34cab","name":"No inheritance relationships found for the specified tariff group.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No inheritance relationships found for the specified tariff group.\"\n}"},{"id":"a687870d-13c5-4a02-9040-5f4f2872d624","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"477e4c55-6c90-4d55-927c-0a2a1ecd2237","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"560faf9d-9972-4905-8217-2c5a0f88c7d3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"1ca41b4d-65b0-47dc-bdf2-3a5bef79436f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/inheritance?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","inheritance"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff group whose inheritance list is to be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/inheritance\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"30ea6c6c-e810-4cfd-9918-58e500096bef"}],"id":"510f1726-ac15-4df0-9924-fbcfd14f1cbd","description":"<p>Tariff / Inheritance endpoints.</p>\n","_postman_id":"510f1726-ac15-4df0-9924-fbcfd14f1cbd"},{"name":"Product","item":[{"name":"APP","item":[{"name":"Delete Product App Image","id":"a2c16dab-3536-49e2-900e-c62f62aa2040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes the image of a product used in the app.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Data for the App - Delete image - Delete the product image for the App</p>\n","urlObject":{"protocol":"https","path":["tariff","product","app","picture","{{pictureID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product image to delete.</p>\n","type":"text/plain"},"type":"any","value":"7","key":"pictureID"}]}},"response":[{"id":"312aaf15-b0a0-4665-816e-1d2699d5d260","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c4198673-daa4-4e27-8f8b-45885669adde","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"df2a04c0-bee5-4332-9e7c-c74e89c22bc7","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a75d5402-16c1-47a5-b957-e92bfce50be8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"69bc245b-1487-4520-a7aa-999fb15ddf13","name":"No picture found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No picture found with the provided ID.\",\n  \"errorCode\": \"516\"\n}"},{"id":"51d848af-6c8b-442b-8239-f9eb2fab23fa","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"96d38c24-a4c1-420e-87f1-e9089486d9e4","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a96d46dd-ff65-4dd6-bdf1-9674ed9d5e21","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"c0dbdfb6-d72d-4c93-93f4-656d2b7f2c76","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/app/picture/{{pictureID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","app","picture","{{pictureID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"pictureID","value":"7","description":"**Required** | Type: `integer`\n\nID of the product image to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/app/picture/%7B%7BpictureID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"a2c16dab-3536-49e2-900e-c62f62aa2040"},{"name":"Load Product App Data","id":"2de2dbc6-68a4-43cd-b327-b348af35f833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the product data displayed in the app.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Data for the App - See - Access the product sheet for the app</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","app"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product whose app data will be retrieved.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"36479eea-506d-4cc9-b9d7-fece84c90146","name":"Product app data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductAppTemplate\": \"app_product_info\",\n  \"ProductAppTemplateName\": \"APP - Ficha de producto\",\n  \"ProductAppName\": \"Producto\",\n  \"ProductAppDescription\": \"dsfad\",\n  \"ProductAppDetails\": \"dasdf\",\n  \"ProductAppConditions\": \"adfasdf\",\n  \"ProductID\": 16,\n  \"ProductSourceID\": 16\n}"},{"id":"8c6f7069-b660-432b-ae81-6e08b903109f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f8e419c2-11a9-45f0-b4e6-f7fda959551c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6d8f6935-7ff4-47f7-ba5b-5cd4f880026c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c378f89f-148f-4970-bf59-4aaf1d897e74","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"852907a3-2745-40fe-9aab-fb1bcdbf5d97","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7244678e-b8b2-48f8-b5ff-c519a82e6f7a","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"625b09f1-9c7e-459d-8b25-6fa44ff60a8a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"68a684cc-b366-4ea6-bba6-c01b4c624670","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/app\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"2de2dbc6-68a4-43cd-b327-b348af35f833"},{"name":"Load Product App Image","id":"4ce70611-b576-4fe9-9829-8bc7f36297e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the image of a product for display in the app.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Data for the App - Upload image - Upload the product image for the App</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","app","picture"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product whose app image will be loaded.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"0be62a29-af94-49dd-a4d2-9d043908a98d","name":"Product app picture retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PictureID\": 5,\n    \"PictureCode\": \"000000005\",\n    \"PictureName\": \"logo.jpg\",\n    \"PictureWidth\": 400,\n    \"PictureHeight\": 400\n  }\n]"},{"id":"7a7a9ca2-0154-4bf7-ae3c-9fa4e273a6cb","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"aba87ea4-511d-44fb-a878-4695b3f2e9ea","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"194dd86a-5d5b-4f63-827e-3b9f9fc3b494","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e1576550-1003-43f0-9d80-a4d94753a056","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"66108d94-4bc9-4aab-91a3-08e8153d22f2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dadd6a6d-6dd4-4c66-ab3b-d5567f880cb2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b763271f-d86e-40cc-9660-c8b52f548a72","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"b2a14e8a-05fa-49e5-ab14-e7d0024b3c51","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app/picture?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app","picture"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app image will be loaded."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/app/picture\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"4ce70611-b576-4fe9-9829-8bc7f36297e1"},{"name":"Save Product App Data","id":"77c763bf-0305-4b0a-8e05-2135a8ef9e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}","description":"<p>Saves the product information displayed in the app (name, description, details, conditions and template).</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Data for the App - Save - Save the data of the product file for the app</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductAppName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Product name displayed in the app. Omitted values retain the current product app value.</td>\n</tr>\n<tr>\n<td><code>ProductAppDescription</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Short description of the product displayed in the app. Omitted values retain the current product app value.</td>\n</tr>\n<tr>\n<td><code>ProductAppDetails</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Detailed information about the product displayed in the app. Omitted values retain the current product app value.</td>\n</tr>\n<tr>\n<td><code>ProductAppConditions</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Terms and conditions of the product displayed in the app. Omitted values retain the current product app value.</td>\n</tr>\n<tr>\n<td><code>ProductAppTemplate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Template identifier used to render the product in the app. Omitted values retain the current product app value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","app"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product whose app data will be saved.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"99afda2a-ca99-4704-8fe8-18d9f13305b2","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0263d35e-3f21-4a22-a8ba-04ce814f345c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2fa86d1c-d19d-46d3-8cc0-b999d6378579","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"5c5ca0cb-72b5-4a94-beed-defa51b1e837","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0cb30eed-5d0a-4457-9530-9dc9c1702dfb","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/app\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"7d0de8dc-520e-4ad3-b1f1-760d77fecfed","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d0ced8b6-ca53-4e7b-8199-6bbb8c486f93","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"5b1f6160-7945-4fce-ab5a-21a701b1721f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductAppName\": \"Facial Treatment\",\n  \"ProductAppDescription\": \"Relaxing facial treatment for all skin types.\",\n  \"ProductAppDetails\": \"Includes cleansing, exfoliation and moisturising.\",\n  \"ProductAppConditions\": \"Non-refundable. Valid for 6 months.\",\n  \"ProductAppTemplate\": \"default\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/app?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","app"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose app data will be saved."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductAppName` | `string` | ❌ No | Product name displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDescription` | `string` | ❌ No | Short description of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppDetails` | `string` | ❌ No | Detailed information about the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppConditions` | `string` | ❌ No | Terms and conditions of the product displayed in the app. Omitted values retain the current product app value. |\n| `ProductAppTemplate` | `string` | ❌ No | Template identifier used to render the product in the app. Omitted values retain the current product app value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"77c763bf-0305-4b0a-8e05-2135a8ef9e00"}],"id":"7eb5b168-8094-473a-be08-6ec21115d730","description":"<p>Tariff / Product / App endpoints.</p>\n","_postman_id":"7eb5b168-8094-473a-be08-6ec21115d730"},{"name":"Pack","item":[{"name":"Add Item to Pack","id":"ef0609c2-0b88-4ce6-83ef-262e4194cb73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","description":"<p>Adds a new component product (with its quantity) to an existing pack.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Packs - Add vooucher - Add a new voucher to a pack</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductVoucherPID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>ID of the product to add as a component of the pack.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Number of units of the component product included in the pack.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","pack"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the pack product to which the item is being added.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productID"}]}},"response":[{"id":"f29eaf39-9626-4ae0-acdb-bec723f9b257","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"382130c8-a4da-4240-8628-532dfc9e7ce7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1f59a3e3-fb20-437e-9f61-0d4f2ac463e5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"cefbed38-0898-4ebf-a775-365534b5d41b","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ed09a8a5-eedb-4039-9cdc-0affc6ee4b2c","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/pack\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"b53b3e3b-1967-4145-98ac-bb94f2300229","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4161f218-67b9-4b30-aefb-0778d4e849a9","name":"AddPackItemError107","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the product to the pack. Please check the provided parameters.\",\n  \"errorCode\": \"107\"\n}"},{"id":"bf5a4fc9-0885-470f-a02e-02609c2610f2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"8028e6dd-4313-4362-8bf5-ca07364c8e5f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherPID\": 25,\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product to which the item is being added."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherPID` | `integer` | ✅ Yes | ID of the product to add as a component of the pack. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units of the component product included in the pack. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"ef0609c2-0b88-4ce6-83ef-262e4194cb73"},{"name":"Edit Item in Pack","id":"8feaada6-3342-4d73-9986-e82b592f5522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Edits the units and visibility of a component product within an existing pack.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Packs - Edit bonus - Edit a bonus pack.</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductVoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of units of the component product included in the pack. Omitted values retain the current pack item value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the pack product containing the item to edit.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the component product to edit within the pack.</p>\n","type":"text/plain"},"type":"any","value":"25","key":"productVoucherPID"}]}},"response":[{"id":"e3cd9af5-fdbc-4a8d-a670-32c2c17544a4","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"bb8fc71b-9fb6-45dd-80d1-7b9c24b06af0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e00f7271-f2a9-45b4-b624-72674b1336d0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e94c297a-6f13-46fb-ae2c-a73578f29269","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f9cda7d1-fed4-4807-bf2f-b0e678995e97","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/pack/%7B%7BproductVoucherPID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8b4693ed-86db-401b-a386-9fa283cf5c8e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"bf68dab3-e357-4561-ac78-7b2e0611992e","name":"AddPackItemError107","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the product to the pack. Please check the provided parameters.\",\n  \"errorCode\": \"107\"\n}"},{"id":"9cca2ce0-1233-48c6-91fb-77f770e01df5","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"11ee3719-4da6-4706-81fa-2351cd12ea3b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVoucherUnits\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product containing the item to edit."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to edit within the pack."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units of the component product included in the pack. Omitted values retain the current pack item value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"8feaada6-3342-4d73-9986-e82b592f5522"},{"name":"List Pack Component Items","id":"005c5c54-0e04-4d6e-bb8b-e732855bafb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the component products included in a pack, along with available vouchers for adding new items.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Packs - List Vouchers - See the list of vouchers in a pack</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","pack"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the pack product whose component items are to be listed.</p>\n","type":"text/plain"},"type":"any","value":"900511","key":"productID"}]}},"response":[{"id":"4b386fea-467a-4554-ade4-b73ca752bfff","name":"Pack item list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductVoucherPID\": 900504,\n    \"ProductVoucherDesc\": \"Bono 3 s\",\n    \"ProductVoucherUnits\": 1,\n    \"ProductVoucherHidden\": true\n  }\n]"},{"id":"088230f3-6f0a-4cf3-b0e1-3d174c71be26","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"9b2a0c44-e60b-4fa3-8f2a-00752fddea28","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"13ca64e2-65ab-4ed0-b9d0-87f32f9c6e28","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9b0c10c2-1e26-4f5b-9f82-8c173907c4dc","name":"No component items found for the specified pack.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No component items found for the specified pack.\"\n}"},{"id":"b42ed366-33f1-4135-ab93-642c335dfbec","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"429eeda1-7463-48d2-bde5-2e662166deb7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e5718f15-2eb8-4fa0-abdb-b2ebebdebe91","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"e0a3486c-9007-49eb-abe8-247bf4f9d5a2","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/pack?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","pack"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group."},{"key":"productID","value":"900511","description":"**Required** | Type: `integer`\n\nID of the pack product whose component items are to be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/pack\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"005c5c54-0e04-4d6e-bb8b-e732855bafb4"},{"name":"Remove Item from Pack","id":"67209b36-688c-4efa-89e5-3e72390d69ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Removes a component product from an existing pack.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Packs - Delete Voucher - Eliminate a voucher from a pack</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the pack product from which the item is being removed.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the component product to remove from the pack.</p>\n","type":"text/plain"},"type":"any","value":"25","key":"productVoucherPID"}]}},"response":[{"id":"8fe540d9-cbef-43af-9728-bbebb9a1522b","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e44a1ff6-edbc-47c5-89be-4d17b43d96d2","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"18fee21c-49bd-4d75-a48c-454486fd335c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"94307442-4855-4d4b-b4ad-588a8268d8eb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"22870d81-e05d-4a47-9239-86759a7b7f39","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/pack/%7B%7BproductVoucherPID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"c142a179-97ba-4734-9f41-ab49ebf7f70f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f07c36f1-40a4-46cc-9c14-d46b044402f9","name":"DeletePackItemError108","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not remove the product from the pack.\",\n  \"errorCode\": \"108\"\n}"},{"id":"8d2e6057-5c03-4545-af2b-d7b7d54ce1db","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a055ec4d-f4ac-41b8-92f2-2ed2dae5faac","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/pack/{{productVoucherPID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","pack","{{productVoucherPID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the pack product from which the item is being removed."},{"key":"productVoucherPID","value":"25","description":"**Required** | Type: `integer`\n\nID of the component product to remove from the pack."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"67209b36-688c-4efa-89e5-3e72390d69ac"}],"id":"bbd47d3f-2cdf-46ef-95bd-e03b1e659122","description":"<p>Tariff / Product / Pack endpoints.</p>\n","_postman_id":"bbd47d3f-2cdf-46ef-95bd-e03b1e659122"},{"name":"Create Product","id":"26674c6c-d761-4cc8-875c-8243878d2ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new product in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Create - Register a new product</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Display name of the product.</td>\n</tr>\n<tr>\n<td><code>ProductPrice</code></td>\n<td><code>number</code></td>\n<td>✅ Yes</td>\n<td>Sale price of the product.</td>\n</tr>\n<tr>\n<td><code>ProductVAT</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>VAT rate applicable to the product.</td>\n</tr>\n<tr>\n<td><code>ProductZoneCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Zone code for the product.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptAutoDiscount</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts automatic discounts. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductStatsDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product is excluded from statistics. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product is disabled. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductType</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription.</td>\n</tr>\n<tr>\n<td><code>ProductSlots</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of diary slots the product occupies.</td>\n</tr>\n<tr>\n<td><code>ProductFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family this product belongs to.</td>\n</tr>\n<tr>\n<td><code>ProductCostPrice</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Cost price of the product.</td>\n</tr>\n<tr>\n<td><code>ProductColourID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Colour identifier for the product.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryDays</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of days until the product expires.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptPromotion</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Fixed expiry date for the product in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>ProductEAN</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Barcode (EAN) of the product.</td>\n</tr>\n<tr>\n<td><code>ProductFWAEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether FWA is enabled for the product. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnitClassID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Voucher product class ID.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>Number of units included in the product voucher.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptManualDiscount</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts manual discounts. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductZoneClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the zone class associated with the product.</td>\n</tr>\n<tr>\n<td><code>ProductComissionClass</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage.</td>\n</tr>\n<tr>\n<td><code>ProductComission</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Commission percentage for the product.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryInterval</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Expiry interval type for the product.</td>\n</tr>\n<tr>\n<td><code>ProductRequiresTraceability</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product requires traceability. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductUnitsMultiple</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Unit multiple for the product. Defaults to 1 when omitted.</td>\n</tr>\n<tr>\n<td><code>ProductUnitsMax</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum units per transaction for the product.</td>\n</tr>\n<tr>\n<td><code>ProductSKU</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>SKU reference code for the product.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptEditPriceVAT</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product price including VAT can be manually edited. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductSchedAndBuy</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product can only be for appointment payments. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductProviderID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product provider or supplier.</td>\n</tr>\n<tr>\n<td><code>ProductAdjustmentFactor</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Adjustment factor applied to the product price.</td>\n</tr>\n<tr>\n<td><code>ProductCostPriceVAT</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Cost price of the product including VAT.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherDepositPcnt</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Deposit percentage for the product voucher.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the source tariff group.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"fa0124d7-7bd1-48fe-a837-8eec51c2047c","name":"Product created successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductID\": 901023\n}"},{"id":"43725a02-06a8-4788-adf8-6301646cfc58","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b5b51f1c-9e4a-4138-aebc-50a6861b7aff","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b88ff5ca-1a09-4d8f-9796-f926129ec2ca","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"6cf313a0-3ec5-470d-beee-610b839cee10","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"7e6d73c1-39e5-46ea-8e7f-46d47f129e92","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b76a0109-424b-4954-8c4a-dbe365825183","name":"ProductName is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"ProductName is required\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"1adcb898-7fb1-48d2-9f61-6f840de1386a","name":"CreateProductError72","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the product.\",\n  \"errorCode\": \"72\"\n}"},{"id":"2b09d828-b0b2-4adf-8cd6-ff643e0db5a8","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"31c0859f-fd26-41ed-a893-85434dd26d73","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ✅ Yes | Display name of the product. |\n| `ProductPrice` | `number` | ✅ Yes | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ✅ Yes | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ✅ Yes | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"26674c6c-d761-4cc8-875c-8243878d2ce6"},{"name":"Delete Product","id":"530a9c49-62f9-43bf-83ad-f02a9a2cbb02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes a product from a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Delete - Eliminate a product from a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to delete.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"6d69419e-08ac-475d-bc15-3ca693fa8bdc","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4161a565-4a23-4ef5-9192-cefaaccc5dbf","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"626e681f-01b5-4643-972c-65b033892fb6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c596a3a5-2eae-4765-aaf2-33b8879b3792","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"37674ba5-52c3-4888-b103-870479205ca0","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"5fa16dd9-73fc-4671-af34-a07d9911cc32","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"518ad617-5784-4cfe-9f82-f35f60c55982","name":"DeleteProductError211","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete the product.\",\n  \"errorCode\": \"211\"\n}"},{"id":"4ce5adb9-3fbf-4b2d-b714-3c11025be150","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a01b1fbc-a4d4-46d8-bdcf-5e3d13047c4b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"530a9c49-62f9-43bf-83ad-f02a9a2cbb02"},{"name":"Disable Product","id":"3fe8284e-8c02-4b95-8dc8-f5a4a2f4e1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}","description":"<p>Disables a product within a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Disable - Enable/disenable a product in a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","disable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to disable.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"a3c72b72-7cf2-4f76-89c4-da094bc17368","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a28586e5-88d3-4d1e-b9b1-eeadd4cf1368","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"515e6ce4-4aa0-4618-8e31-753cfe361d4b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"65051af5-8cc9-4567-a960-3ce84c638f87","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ef79c3e0-4704-46c2-82e2-85f76c7d4906","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/disable\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"335bbd11-01a4-40e3-9508-60b84482d7e6","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2f445b54-1562-4838-ab2a-338d2a69ffd3","name":"ProductError73","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not update the product status.\",\n  \"errorCode\": \"73\"\n}"},{"id":"47aeb68c-d688-4083-9f68-78c009175ee7","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7df79b92-d71c-4514-86ac-2d9ab36b5977","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to disable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3fe8284e-8c02-4b95-8dc8-f5a4a2f4e1fd"},{"name":"Edit Product","id":"dcdfa646-b642-4ef8-8bde-fd6ddf862741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing native (non-inherited) product in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Save native - Modificar un producto no heredado existente</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the product.</td>\n</tr>\n<tr>\n<td><code>ProductPrice</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Sale price of the product.</td>\n</tr>\n<tr>\n<td><code>ProductVAT</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>VAT rate applicable to the product.</td>\n</tr>\n<tr>\n<td><code>ProductZoneCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Zone code for the product.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptAutoDiscount</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts automatic discounts. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductStatsDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product is excluded from statistics. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product is disabled. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductType</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription.</td>\n</tr>\n<tr>\n<td><code>ProductSlots</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of diary slots the product occupies.</td>\n</tr>\n<tr>\n<td><code>ProductFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family this product belongs to.</td>\n</tr>\n<tr>\n<td><code>ProductCostPrice</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Cost price of the product.</td>\n</tr>\n<tr>\n<td><code>ProductColourID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Colour identifier for the product.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryDays</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of days until the product expires.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptPromotion</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Fixed expiry date for the product in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>ProductEAN</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Barcode (EAN) of the product.</td>\n</tr>\n<tr>\n<td><code>ProductFWAEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether FWA is enabled for the product. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnitClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Voucher product class ID.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of units included in the product voucher.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptManualDiscount</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts manual discounts. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductZoneClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the zone class associated with the product.</td>\n</tr>\n<tr>\n<td><code>ProductComissionClass</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage.</td>\n</tr>\n<tr>\n<td><code>ProductComission</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Commission percentage for the product.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryInterval</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Expiry interval type for the product.</td>\n</tr>\n<tr>\n<td><code>ProductRequiresTraceability</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product requires traceability. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductUnitsMultiple</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Unit multiple for the product. Defaults to 1 when omitted.</td>\n</tr>\n<tr>\n<td><code>ProductUnitsMax</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum units per transaction for the product.</td>\n</tr>\n<tr>\n<td><code>ProductSKU</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>SKU reference code for the product.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptEditPriceVAT</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product price including VAT can be manually edited. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductSchedAndBuy</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product can only be for appointment payments. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductProviderID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product provider or supplier.</td>\n</tr>\n<tr>\n<td><code>ProductAdjustmentFactor</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Adjustment factor applied to the product price.</td>\n</tr>\n<tr>\n<td><code>ProductCostPriceVAT</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Cost price of the product including VAT.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherDepositPcnt</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Deposit percentage for the product voucher.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the native product to modify.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"d6d8e50d-6d8c-4173-8eec-1600b4f2864f","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3ee209b5-5018-4442-b1f6-47440baf9e92","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6b4066be-2833-474a-bf2e-956540f4839c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"10c86f02-fb94-4744-8ab3-749c145a2df7","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9706e357-f358-4d59-9171-ed0c7471db17","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"7c4ce1dc-dbb8-41ee-bc07-581699a376d4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b77a2f1d-fe1a-4538-a939-ddadbcd7e36a","name":"CreateProductError72","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the product.\",\n  \"errorCode\": \"72\"\n}"},{"id":"985517f7-780b-49ae-a243-c2752847aa5d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c8c0522c-f559-4dd0-99cc-6b7fc7ad83c9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the native product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"dcdfa646-b642-4ef8-8bde-fd6ddf862741"},{"name":"Edit Product Cabinets","id":"caf1ff2c-d323-4993-af75-dafb8015ea61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}","description":"<p>Configures which cabinets a product is allowed to work in.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Booths - Edit - Configure which products can be used in each booth</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductCabinets</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Comma-separated list of cabinet IDs the product is allowed to work in.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product whose cabinet configuration will be updated.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"a3eba079-0649-4898-b371-57d033334918","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5a43cd7c-721a-44ef-9788-57490b21f4f7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1b7069a5-a58b-4fe0-9c60-c6af1299cecd","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"560bb7db-da58-4f0c-866a-b7e7c0162110","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"29da97cd-a6ee-45f2-af88-204e1e2344e1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/cabinet\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"916d1493-3961-4199-849f-acffbf196489","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"cf0ce02c-ad2c-46f9-abac-ca46706f6940","name":"CreateProductError72","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the product.\",\n  \"errorCode\": \"72\"\n}"},{"id":"7a311bca-fed6-4c1a-85c1-fce6a1e2852d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"91fc0fac-5a86-4d77-8046-f329064d88ee","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductCabinets\": \"1,2,3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/cabinet?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","cabinet"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product whose cabinet configuration will be updated."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductCabinets` | `string` | ❌ No | Comma-separated list of cabinet IDs the product is allowed to work in. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"caf1ff2c-d323-4993-af75-dafb8015ea61"},{"name":"Enable Product","id":"72acd7f0-a0e4-4d58-a0fd-5f43098b47a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}","description":"<p>Enables a product within a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Disable - Enable/disenable a product in a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","enable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to enable.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"2ba1ea71-501f-4757-8693-efca59e2e091","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b88d8a08-7a85-4835-b11e-1e2d7f0d956b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ae49c6a0-0157-4489-a65a-05b21822bc24","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"712c4fdf-eccb-4205-984c-d1a0e73c45fc","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9aa4cbd1-f12e-437b-b093-da30da9f59f1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/enable\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"a2d6896b-4f76-4b35-ac3f-93c2a1cdf1ab","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5ec9fe42-8b0c-447c-95fd-0b1efce8f170","name":"ProductError73","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not update the product status.\",\n  \"errorCode\": \"73\"\n}"},{"id":"a589a485-70ac-4bd8-a2cd-037579e43e53","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b581ba51-afd2-4cac-953e-48b098ec383c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to enable."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"72acd7f0-a0e4-4d58-a0fd-5f43098b47a3"},{"name":"List Product Replacement Candidates","id":"23e22765-41b5-4640-b20e-34a245e7b79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of products that can replace an existing product in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Replace (Show product list) - Show the list of products in which n existing product may be substituted</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","replace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product for which replacement candidates will be listed.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"a2292b2f-f095-44a8-9086-774366b38bea","name":"Replacement product list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductID\": 118,\n    \"ProductDesc\": \"Bono 1s Ingles brasileñas\",\n    \"ProductInherit\": false\n  },\n  {\n    \"ProductID\": 119,\n    \"ProductDesc\": \"Bono 1s Labio superior\",\n    \"ProductInherit\": false\n  }\n]"},{"id":"0b790afc-546f-4d3c-bd62-705439b0abce","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"817a97e3-907b-45e7-bd4d-3e86e55d853c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"32e69ed9-e0e4-4ab6-8f4c-e11871da5422","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"516a57df-a21f-43ef-acf9-21770a2254f9","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"4f5c92c1-f590-4af0-8b59-92c6a18b63ae","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"27870349-e3be-4bb9-98a3-24592cec6d23","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"d2ebc313-ca3e-4550-b1d4-6cdfe4475ca9","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"0639a877-73d7-4df3-bade-c03502cb5550","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product for which replacement candidates will be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/replace\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"23e22765-41b5-4640-b20e-34a245e7b79d"},{"name":"List Target Tariff Groups for Product Promotion","id":"569cabfa-5dea-4304-ac7c-136603079b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of tariff groups available as promotion targets for a product.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Promote (Select grups of rates) - Select the groups of tariffs destined to promote a product</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","promote"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the source tariff group.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to promote.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productID"}]}},"response":[{"id":"bb34151e-d520-4052-9cab-af544aa443d6","name":"Promotion target tariff groups retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductParentGID\": 2,\n    \"ProductParentName\": \"Tarifa Madrid\"\n  },\n  {\n    \"ProductParentGID\": 5,\n    \"ProductParentName\": \"Tarifa Barcelona\"\n  }\n]"},{"id":"510fb9ff-4ca8-4522-80ab-7731a33ee591","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"dc34e989-d786-47f8-803e-711905faa011","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"cb24141c-ddeb-4a7b-94f2-a1a9223216dd","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4c5d00ed-e0cc-42fb-b070-f76856a84572","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"918f28fb-9ee6-4ace-9955-c805540f6d48","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"93989b64-392e-4c83-9cb3-183b2f7bd688","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"662c80f5-cc61-452a-bd56-8d48dabadf25","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"1f6a8e48-d2df-45d7-a14a-9770795f85f7","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the source tariff group."},{"key":"productID","value":"10","description":"**Required** | Type: `integer`\n\nID of the product to promote."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/promote\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"569cabfa-5dea-4304-ac7c-136603079b1a"},{"name":"Load Product Family List","id":"83d35439-b827-4dde-adc2-dbaedf7c7bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}","description":"<p>Loads the families available for the product.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Load form - When creating a new product, load the families and type of vouchers in the drop-down list</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","family"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Product type used to filter the available families. P for product, S for service, P for package</p>\n","type":"text/plain"},"key":"productType","value":"P"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"c84b34ef-11ec-4284-b31d-c7ae8885e053","name":"Product family list loaded successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FamilyID\": 1,\n    \"FamilyName\": \"Actividades dirigidas\"\n  },\n  {\n    \"FamilyID\": 99,\n    \"FamilyName\": \"afsdafdsa\"\n  }\n]"},{"id":"fcc14cd4-6098-43c2-ac9d-5a791c5613ab","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6e3398ec-b4e3-43a3-b0d4-cbf14ffd2e2d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d0fa6b8d-f35a-4c8d-9365-03ae0fc22180","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c416cd24-e463-418a-99cd-57c6f2f3c5a9","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"4cf46faf-4ef9-4562-99e8-6c8862a15875","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e4edb8f6-11b7-45e3-892d-0d3de19ea14d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1a7e5b3e-41a2-4edb-b87a-0d37a38927ea","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f42e437c-e51a-4432-bbd0-d31b4f922d6e","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/family?server={{server}}&systemkey={{systemkey}}&clinicID=1&productType=P","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","family"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `string`\n\nProduct type used to filter the available families. P for product, S for service, P for package","key":"productType","value":"P","x-postman-displayValue":"P"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/family\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"83d35439-b827-4dde-adc2-dbaedf7c7bdb"},{"name":"Promote Product to Tariff Group","id":"d0be5b78-9e2a-4ad7-a842-5dd48a71cbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}","description":"<p>Promotes a product to a specified tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Promote - See the group of tariffs in which a product may be promoted</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","promote"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group to which the product will be promoted.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to promote to another tariff group.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"ede3d4e6-9c6d-45a8-896f-d1cd6de26f41","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1dd2d145-e5da-4d93-8386-df61d8b8ec72","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"caebff1e-6049-4cd9-9994-9598bb201129","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8765b04f-d61c-47dc-bcce-8f8343afe867","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1a779501-6fba-4390-a5d5-aabce87c0714","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/promote\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ea96cd82-f4f9-49bc-a81d-70566d7fa6ba","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2957d420-66cc-4eac-ba89-3fff4867b9f9","name":"PromoteProductError210","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not promote the product. Please make sure the tariff includes all information related to the product.\",\n  \"errorCode\": \"210\"\n}"},{"id":"ea4e49f7-de0e-4941-adf6-f8bcd3d42ad0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"117fb908-f04a-45bd-9c5b-4342a325480f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/promote?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","promote"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group to which the product will be promoted."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to promote to another tariff group."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"d0be5b78-9e2a-4ad7-a842-5dd48a71cbaf"},{"name":"Replace Product","id":"a8f24012-0b77-407f-ae07-68fc7b780f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}","description":"<p>Replaces a product with another one in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Replace - Replace one product for another</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>productReplaceID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the new product that will replace the original.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","replace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to replace.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"0ece02f3-f40e-4a0b-a88e-13c48f0675f9","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1a3ecd8b-b63f-40c8-b570-64a5991e9a99","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f8752cef-8e47-4619-a101-38e2b79b5801","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b5ba4e08-d8ee-4caf-ac03-f68f8cae1544","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0268026a-1a8d-4a72-8e9e-db29b61cdd09","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/replace\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"732f515b-4ef0-4057-ba6f-3e71e0726c53","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f6233c85-f93e-4ec5-a413-f1d53e0dbcd0","name":"ReplaceProductError207","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not replace the product. Check the provided data.\",\n  \"errorCode\": \"207\"\n}"},{"id":"b1f0ceaa-4e6d-41aa-a79c-c2979d2dbabc","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e82838e6-b7ae-4ef1-b82a-e215ea1c2456","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"productReplaceID\": 55\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/replace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","replace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to replace."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `productReplaceID` | `integer` | ❌ No | ID of the new product that will replace the original. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a8f24012-0b77-407f-ae07-68fc7b780f60"},{"name":"Restore Product","id":"207120ff-3389-4a39-a1ba-0c165ff42f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}","description":"<p>Restores a product, optionally replacing another product in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Restore - Restore a product</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","restore"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the product to restore.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"27d99b41-d387-47c0-a440-91441f9df519","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b18b0f62-8bf3-4c1e-8f99-bda9ea4bf764","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c5356c17-6331-4fd4-b09f-d07b7d63b220","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f4a4641b-aafa-4937-8b3f-cb0ac19c1f53","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f6d021c9-ff7c-4f0b-8438-00157ac2dffd","name":"No tariff found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No tariff found with the provided ID.\",\n  \"errorCode\": \"210\"\n}"},{"id":"23eb29ca-6756-4829-b20e-b7f47efacf45","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1a7deb53-28fb-4b71-9df6-b54d079bd80b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"d5696e54-76f5-42fa-9f16-5c129c6420c3","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f4f0b75a-093a-4ed5-a0ab-dd67e051f335","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/restore?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","restore"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the product to restore."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/restore\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"207120ff-3389-4a39-a1ba-0c165ff42f3d"},{"name":"Retrieve List of Products for Billing","id":"8162c046-ef35-4b42-b4a2-719a895b14b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of products available to be added to an invoice</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - List - See the list of products in a group of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>page. Pagination parameter.</p>\n","type":"text/plain"},"key":"page","value":"10"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Query parameter value for show disabled products.</p>\n","type":"text/plain"},"key":"productDisabled","value":"0"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Product family ID</p>\n","type":"text/plain"},"key":"productFamilyID","value":"35"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Query parameter value for product name.</p>\n","type":"text/plain"},"key":"productName","value":"laser"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Product type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)</p>\n","type":"text/plain"},"key":"productType","value":"service"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product tariff identifier</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"1536eb11-fe23-4830-aa56-bbf382a5de4e","name":"Product list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductDescription\": \"Eyebrow design\",\n    \"ProductDisabled\": false,\n    \"ProductFamily\": \"Gaze design\",\n    \"ProductID\": 22,\n    \"ProductInherit\": 0,\n    \"ProductPrice\": 35.0,\n    \"ProductType\": 4,\n    \"ProductTypeDescription\": \"Service without parameters\",\n    \"ProductVAT\": 21.0\n  },\n  {\n    \"ProductDescription\": \"Facial cleaning\",\n    \"ProductDisabled\": false,\n    \"ProductFamily\": \"Facial treatments\",\n    \"ProductID\": 23,\n    \"ProductInherit\": 0,\n    \"ProductPrice\": 40.0,\n    \"ProductType\": 4,\n    \"ProductTypeDescription\": \"Service without parameters\",\n    \"ProductVAT\": 21.0\n  }\n]"},{"id":"e424aaf1-0ab1-40e9-babc-b0c28858a0f9","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"15800994-93ba-4de9-90fe-ea07ef10c5e7","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"bdce29d6-6530-4681-9a1a-08b4a20e16e7","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"bc160747-0862-4fe5-a6d4-0e5bfcc85337","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"681fddca-c94a-4ffd-83cc-7552ca9ff93a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f96ec54f-515a-46dd-9c58-a958452b8019","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f58b5bdb-c16b-4bb1-b867-7b505afd8e86","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"726b2082-7c85-4837-8fe4-22fff9e7ab37","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product?server={{server}}&systemkey={{systemkey}}&clinicID=1&page=10&productDisabled=0&productFamilyID=35&productName=laser&productType=service","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Optional** | Type: `integer`\n\npage. Pagination parameter.","key":"page","value":"10","x-postman-displayValue":"10"},{"description":"**Optional** | Type: `integer`\n\nQuery parameter value for show disabled products.","key":"productDisabled","value":"0","x-postman-displayValue":"0"},{"description":"**Optional** | Type: `integer`\n\nProduct family ID","key":"productFamilyID","value":"35","x-postman-displayValue":"35"},{"description":"**Optional** | Type: `string`\n\nQuery parameter value for product name.","key":"productName","value":"laser","x-postman-displayValue":"laser"},{"description":"**Optional** | Type: `string`\n\nProduct type filter. Allowed values: service, product, package, subscription. Any other value is normalized to 0 before sending the backend request. (This can only be one of service,product,package,subscription)","key":"productType","value":"service","x-postman-displayValue":"service"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"8162c046-ef35-4b42-b4a2-719a895b14b3"},{"name":"Retrieve Product Details","id":"92f8b1a9-2c4d-40ec-a7a7-cb89a877d871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves details of a product available to be added to an invoice.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - See - See the product file</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product identifier</p>\n","type":"text/plain"},"type":"any","value":"102","key":"productID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product tariff identifier</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"1537940f-8467-49e6-aaff-a65225ff2fdb","name":"Product list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductGID\": 1,\n  \"ProductFamilyID\": 10,\n  \"ProductEAN\": 8436530742039,\n  \"ProductSKU\": \"\",\n  \"ProductType\": 3,\n  \"ProductZoneClassID\": 0,\n  \"ProductVoucherUnits\": 1,\n  \"ProductVoucherUnitClassID\": 1,\n  \"ProductZoneCode\": \"\",\n  \"ProductSourceName\": \"\",\n  \"ProductDesc\": \"Casmara Snake 20 ml\",\n  \"ProductPrice\": 29.9,\n  \"ProductVAT\": 0.21,\n  \"ProductCostPrice\": 0.0,\n  \"ProductColourID\": 0,\n  \"ProductVoucherZCID\": \"\",\n  \"ProductVoucherPID\": \"\",\n  \"ProductVoucherUnitClassLibraryName\": \"lbl_voucherunit_units\",\n  \"ProductVoucherDesc\": \"\",\n  \"ProductVoucherNum\": \"\",\n  \"ProductVoucherExpiryInterval\": \"\",\n  \"ProductVoucherExpiryUnits\": 0,\n  \"ProductVoucherExpiryDate\": \"\",\n  \"ProductVoucherVariable\": 0,\n  \"ProductAppVoucherDeposit\": \"\",\n  \"ProductSchedAndBuy\": 0,\n  \"InvopopMXCOActive\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0.0,\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductAcceptEditTPriceVAT\": 0,\n  \"ProductStatsDisabled\": 0,\n  \"ProductFWAEnabled\": 0,\n  \"ProductEvaluation\": 0,\n  \"ProductInherit\": 0,\n  \"ProductDisabled\": 0,\n  \"ProductSlots\": \"\",\n  \"ProductExpiryDate\": \"\",\n  \"ProductGClinicID\": 0,\n  \"ProductHelpFileInherit\": \"\",\n  \"ProductHasVouchers\": 0,\n  \"ProductPointsPcnt\": 50,\n  \"ProductRequiresTraceability\": 0,\n  \"ProductDentalPicID\": 0,\n  \"ProductDentalInvMode\": \"PIECE\",\n  \"ProductUnitsMax\": 0,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductPackPrint\": 0,\n  \"providerid\": 0,\n  \"providername\": \"\",\n  \"ProductCostPriceVAT\": 0,\n  \"ProductAdjustmentFactor\": 1,\n  \"ProductRequiresDoctor\": 0,\n  \"ProductSketches\": \"\",\n  \"ProductJoinCitation\": 0,\n  \"ProductDynamicPackCreation\": 0,\n  \"productSAT\": \"\",\n  \"ProductHasLinkedForm\": 0\n}"},{"id":"1c0ee09d-6659-40e3-b39c-6c3c7ed1a27b","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"5a04f367-71ac-48c6-8b65-0734ff1a2a98","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c1ad35f3-edf5-4f1c-ae8e-8e0100361388","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3ffa63b8-fb2a-4e0f-a7ef-8f612d58bbea","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"a73aa85e-c178-4798-aa86-a4f87b6e7f94","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"3befe158-caa3-4763-8b73-d0d074dcb80b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"10e1cf11-60b7-4ef7-b1b9-a15dfba43c38","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"858a0040-1248-447d-811d-dbde8359fa9b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"102","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"92f8b1a9-2c4d-40ec-a7a7-cb89a877d871"},{"name":"Retrieve Product Subscriptions","id":"a6291ec0-8550-4da4-a231-19ea43963635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves subscriptions assigned to a product.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Subscriptions - List - List service or product subscription</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","subscription"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product identifier</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product tariff identifier</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"eb072e4f-165d-4ef8-8a95-d35fa1bfbac0","name":"Subscription list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductSubscriptionID\": 2183,\n  \"ProductSubscriptionName\": \"Subscription1\",\n  \"ProductSubscriptionPrice\": 20,\n  \"ProductSubscriptionVoucherNum\": 3,\n  \"ProductSubscriptionExpiry\": \"3 months\",\n  \"ProductSubscriptionDisabled\": 0,\n  \"ProductSubscriptionInherit\": 0,\n  \"ProductDesc\": \"10 ml Casmara Gold ampoule\"\n}"},{"id":"b2018bf3-6290-4828-9d09-e1b6ac81cee5","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1b2e969a-05a0-4c13-afce-b28570b91c1a","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d085de46-f5c8-4f34-9007-1c79f5f904c4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"70e4dc4e-cdac-47ae-aa82-2e0db4f33ba2","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"059cca59-6cf0-4bdc-a71c-f8a8b4b86100","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"69e9c699-1152-42f3-921c-934b9bb28792","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"ef9ab618-55a5-4324-b83d-e530947628c4","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"3673c994-78c2-42ea-a027-dc1ad0721c79","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/subscription?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","subscription"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/subscription\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"a6291ec0-8550-4da4-a231-19ea43963635"},{"name":"Retrieve Product Vouchers","id":"148bfa2d-5a3c-49f6-83b8-b23f6bb8beba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the vouchers assigned to a product.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Vouchers - List - List service or product vouchers</p>\n","urlObject":{"protocol":"https","path":["tariff","product","{{productID}}","voucher"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product identifier</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Product tariff identifier</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"8d2b47cd-1df3-41ea-bb1f-edf3172af60e","name":"Discount voucher list successfully retrieved.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductVoucherID\": 2183,\n    \"ProductVoucherName\": \"10% Discount\",\n    \"ProductVoucherPrice\": 0,\n    \"ProductVoucherUnits\": 1,\n    \"ProductVoucherExpiry\": \"No limit\",\n    \"ProductVoucherDisabled\": 0,\n    \"ProductVoucherInherit\": 0,\n    \"ProductDesc\": \"10 ml Casmara Gold ampoule\"\n  },\n  {\n    \"ProductVoucherID\": 2184,\n    \"ProductVoucherName\": \"5-session voucher\",\n    \"ProductVoucherPrice\": 150,\n    \"ProductVoucherUnits\": 5,\n    \"ProductVoucherExpiry\": \"12 months\",\n    \"ProductVoucherDisabled\": 0,\n    \"ProductVoucherInherit\": 1,\n    \"ProductDesc\": \"10 ml Casmara Gold ampoule\"\n  }\n]"},{"id":"30227bcd-109d-41e8-a77d-b64934192724","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ad963ffe-898f-4fbe-a42b-151d461c6c61","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"d6fa266f-a3d1-4cc2-b9e2-3057e78fb71c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"ccccbe94-4774-4b30-8958-0fbc528f8e05","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"0741ef45-df84-4454-a33b-7ce7c562a5be","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dbc05a8b-ce2d-4ee3-bb36-83ea8ebf4d59","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7638917f-11e7-4633-8b5d-d61c8288109d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"c214c741-037c-4b0c-bea6-1c179b87be0b","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/{{productID}}/voucher?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","{{productID}}","voucher"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nProduct tariff identifier"},{"key":"productID","value":"1","description":"**Required** | Type: `integer`\n\nProduct identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/%7B%7BproductID%7D%7D/voucher\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"148bfa2d-5a3c-49f6-83b8-b23f6bb8beba"},{"name":"Save Inherited Product","id":"94b1d353-5ae7-46d4-b61e-7b93844fdd50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing inherited product in the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Products - Products - Save inherited - Modify an existing inherited product</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the product.</td>\n</tr>\n<tr>\n<td><code>ProductPrice</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Sale price of the product.</td>\n</tr>\n<tr>\n<td><code>ProductVAT</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>VAT rate applicable to the product.</td>\n</tr>\n<tr>\n<td><code>ProductZoneCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Zone code for the product.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptAutoDiscount</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts automatic discounts. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductStatsDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product is excluded from statistics. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product is disabled. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductType</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription.</td>\n</tr>\n<tr>\n<td><code>ProductSlots</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of diary slots the product occupies.</td>\n</tr>\n<tr>\n<td><code>ProductFamilyID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product family this product belongs to.</td>\n</tr>\n<tr>\n<td><code>ProductCostPrice</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Cost price of the product.</td>\n</tr>\n<tr>\n<td><code>ProductColourID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Colour identifier for the product.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryDays</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of days until the product expires.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptPromotion</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryDate</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Fixed expiry date for the product in dd/MM/yyyy format.</td>\n</tr>\n<tr>\n<td><code>ProductEAN</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Barcode (EAN) of the product.</td>\n</tr>\n<tr>\n<td><code>ProductFWAEnabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether FWA is enabled for the product. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnitClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Voucher product class ID.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherUnits</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Number of units included in the product voucher.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptManualDiscount</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product accepts manual discounts. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductZoneClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the zone class associated with the product.</td>\n</tr>\n<tr>\n<td><code>ProductComissionClass</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage.</td>\n</tr>\n<tr>\n<td><code>ProductComission</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Commission percentage for the product.</td>\n</tr>\n<tr>\n<td><code>ProductExpiryInterval</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Expiry interval type for the product.</td>\n</tr>\n<tr>\n<td><code>ProductRequiresTraceability</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product requires traceability. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductUnitsMultiple</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Unit multiple for the product. Defaults to 1 when omitted.</td>\n</tr>\n<tr>\n<td><code>ProductUnitsMax</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Maximum units per transaction for the product.</td>\n</tr>\n<tr>\n<td><code>ProductSKU</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>SKU reference code for the product.</td>\n</tr>\n<tr>\n<td><code>ProductAcceptEditPriceVAT</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product price including VAT can be manually edited. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductSchedAndBuy</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the product can only be for appointment payments. 1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>ProductProviderID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the product provider or supplier.</td>\n</tr>\n<tr>\n<td><code>ProductAdjustmentFactor</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Adjustment factor applied to the product price.</td>\n</tr>\n<tr>\n<td><code>ProductCostPriceVAT</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Cost price of the product including VAT.</td>\n</tr>\n<tr>\n<td><code>ProductVoucherDepositPcnt</code></td>\n<td><code>number</code></td>\n<td>❌ No</td>\n<td>Deposit percentage for the product voucher.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group the product belongs to.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the inherited product to modify.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"productID"}]}},"response":[{"id":"e9306d0a-f99c-43fb-ae7c-0ca15d1b3412","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8be83db2-9960-4029-98f3-c81c31e218c4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"a831e994-f497-4796-879d-47cb6c3198ae","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"264de32f-6b66-454f-b5a2-fb7a35acbf34","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"5adb0bb2-0e9f-49ac-bc08-1112249b51bc","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/product/%7B%7BproductID%7D%7D/inherit\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"92dfddbc-4b1c-420e-9a7d-ebfe1f397bf1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"95307104-3c80-4e90-8e39-7960a83699d0","name":"CreateProductError72","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the product.\",\n  \"errorCode\": \"72\"\n}"},{"id":"5b63e02a-cfb7-43a3-a1ad-007c0049bf3e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a1098288-e9f0-462d-b7a0-67cce57711b5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductName\": \"Facial Treatment\",\n  \"ProductPrice\": 50.0,\n  \"ProductVAT\": 0.21,\n  \"ProductZoneCode\": \"Z01\",\n  \"ProductAcceptAutoDiscount\": 1,\n  \"ProductStatsDisabled\": 1,\n  \"ProductDisabled\": 1,\n  \"ProductType\": 4,\n  \"ProductSlots\": 1,\n  \"ProductFamilyID\": 3,\n  \"ProductCostPrice\": 20.0,\n  \"ProductColourID\": 0,\n  \"ProductExpiryDays\": 0,\n  \"ProductAcceptPromotion\": 1,\n  \"ProductExpiryDate\": \"31/12/2026\",\n  \"ProductEAN\": 1234567890123,\n  \"ProductFWAEnabled\": 1,\n  \"ProductVoucherUnitClassID\": 0,\n  \"ProductVoucherUnits\": 0,\n  \"ProductAcceptManualDiscount\": 1,\n  \"ProductZoneClassID\": 0,\n  \"ProductComissionClass\": \"G\",\n  \"ProductComission\": 0,\n  \"ProductExpiryInterval\": 0,\n  \"ProductRequiresTraceability\": 1,\n  \"ProductUnitsMultiple\": 1,\n  \"ProductUnitsMax\": 0,\n  \"ProductSKU\": \"SKU-001\",\n  \"ProductAcceptEditPriceVAT\": 1,\n  \"ProductSchedAndBuy\": 1,\n  \"ProductProviderID\": 0,\n  \"ProductAdjustmentFactor\": 1.0,\n  \"ProductCostPriceVAT\": 0,\n  \"ProductVoucherDepositPcnt\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/product/{{productID}}/inherit?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","product","{{productID}}","inherit"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group the product belongs to."},{"key":"productID","value":"42","description":"**Required** | Type: `integer`\n\nID of the inherited product to modify."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductName` | `string` | ❌ No | Display name of the product. |\n| `ProductPrice` | `number` | ❌ No | Sale price of the product. |\n| `ProductVAT` | `number` | ❌ No | VAT rate applicable to the product. |\n| `ProductZoneCode` | `string` | ❌ No | Zone code for the product. |\n| `ProductAcceptAutoDiscount` | `integer` | ❌ No | Whether the product accepts automatic discounts. 1 = yes, 0 = no. |\n| `ProductStatsDisabled` | `integer` | ❌ No | Whether the product is excluded from statistics. 1 = yes, 0 = no. |\n| `ProductDisabled` | `integer` | ❌ No | Whether the product is disabled. 1 = yes, 0 = no. |\n| `ProductType` | `integer` | ❌ No | Type of product. 4 for service, 3 for product, 11 for package, 12 for subscription. |\n| `ProductSlots` | `integer` | ❌ No | Number of diary slots the product occupies. |\n| `ProductFamilyID` | `integer` | ❌ No | ID of the product family this product belongs to. |\n| `ProductCostPrice` | `number` | ❌ No | Cost price of the product. |\n| `ProductColourID` | `integer` | ❌ No | Colour identifier for the product. |\n| `ProductExpiryDays` | `integer` | ❌ No | Number of days until the product expires. |\n| `ProductAcceptPromotion` | `integer` | ❌ No | Whether the product accepts promotions. 1 = yes, 0 = no. Sent to the backend as -1 when positive. |\n| `ProductExpiryDate` | `string` | ❌ No | Fixed expiry date for the product in dd/MM/yyyy format. |\n| `ProductEAN` | `string` | ❌ No | Barcode (EAN) of the product. |\n| `ProductFWAEnabled` | `integer` | ❌ No | Whether FWA is enabled for the product. 1 = yes, 0 = no. |\n| `ProductVoucherUnitClassID` | `integer` | ❌ No | Voucher product class ID. |\n| `ProductVoucherUnits` | `integer` | ❌ No | Number of units included in the product voucher. |\n| `ProductAcceptManualDiscount` | `integer` | ❌ No | Whether the product accepts manual discounts. 1 = yes, 0 = no. |\n| `ProductZoneClassID` | `integer` | ❌ No | ID of the zone class associated with the product. |\n| `ProductComissionClass` | `string` | ❌ No | Commission class assigned to the product. Defaults to G when omitted, A for Amount, P for percentage. |\n| `ProductComission` | `number` | ❌ No | Commission percentage for the product. |\n| `ProductExpiryInterval` | `integer` | ❌ No | Expiry interval type for the product. |\n| `ProductRequiresTraceability` | `integer` | ❌ No | Whether the product requires traceability. 1 = yes, 0 = no. |\n| `ProductUnitsMultiple` | `integer` | ❌ No | Unit multiple for the product. Defaults to 1 when omitted. |\n| `ProductUnitsMax` | `integer` | ❌ No | Maximum units per transaction for the product. |\n| `ProductSKU` | `string` | ❌ No | SKU reference code for the product. |\n| `ProductAcceptEditPriceVAT` | `integer` | ❌ No | Whether the product price including VAT can be manually edited. 1 = yes, 0 = no. |\n| `ProductSchedAndBuy` | `integer` | ❌ No | Whether the product can only be for appointment payments. 1 = yes, 0 = no. |\n| `ProductProviderID` | `integer` | ❌ No | ID of the product provider or supplier. |\n| `ProductAdjustmentFactor` | `number` | ❌ No | Adjustment factor applied to the product price. |\n| `ProductCostPriceVAT` | `number` | ❌ No | Cost price of the product including VAT. |\n| `ProductVoucherDepositPcnt` | `number` | ❌ No | Deposit percentage for the product voucher. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"94b1d353-5ae7-46d4-b61e-7b93844fdd50"},{"name":"Select Product by EAN","id":"f6a2b4c2-c602-444a-961e-200b11a73b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&EAN=8436530742067","description":"<p>Selects a product using its barcode (EAN). Can be used both to add a product to a new order and to search for a product in the stock catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Stock Control - Orders - Use barcode reader - Select a product using a barcode to create a new order</p>\n","urlObject":{"protocol":"https","path":["tariff","product","ean"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Product barcode (EAN)</p>\n","type":"text/plain"},"key":"EAN","value":"8436530742067"}],"variable":[]}},"response":[{"id":"2afe4517-e3c7-4098-9ac9-cdcc17f369d0","name":"Product selected successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductID\": 258\n}"},{"id":"3ad92234-5fe1-452e-947c-8d5d46e78d5e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"79834b4b-747c-4a63-9b20-8e90e16f9288","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b3d69ada-4952-42f2-9659-9b4583e3806e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1ce10f4f-43d9-4df5-8887-304aa79a7b8e","name":"No product found with that EAN code.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product found with that EAN code.\"\n}"},{"id":"90d025f4-6fb2-44ca-a7c8-f11b37823314","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9c99e429-5e6f-4846-b2e3-eb92c670e661","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"18d28529-dbaa-43ac-8e25-4b30c726e8ce","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"a7f49b12-2d4b-48e3-a82d-22a0f7f26a10","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/product/ean?server={{server}}&systemkey={{systemkey}}&clinicID=1&EAN=8436530742067","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","product","ean"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nProduct barcode (EAN)","key":"EAN","value":"8436530742067","x-postman-displayValue":"8436530742067"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/product/ean\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"f6a2b4c2-c602-444a-961e-200b11a73b79"}],"id":"d7296f60-56d7-4d75-9cc3-43d6105b82cf","description":"<p>Tariff / Product endpoints.</p>\n","_postman_id":"d7296f60-56d7-4d75-9cc3-43d6105b82cf"},{"name":"VAT","item":[{"name":"Create VAT Type","id":"bfa64a92-3ab9-4326-b1f5-9cce0051a3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new VAT type for a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Types of VAT - Create - Create a new type of VAT</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductVATDesc</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Description of the new VAT type.</td>\n</tr>\n<tr>\n<td><code>ProductVATValue</code></td>\n<td><code>number</code></td>\n<td>✅ Yes</td>\n<td>VAT percentage value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","vat"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group for which the new VAT type is being created.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"}]}},"response":[{"id":"ecce91a5-eef4-4ef4-9975-bb426ffff6ce","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9c66edfd-3bf9-4a45-be7c-81aa3ea6abe1","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"5748fc35-be26-4ad3-aa38-fe7a76dfc6f0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"965d322c-5462-4969-97b7-805031f9a158","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"3ce3ca5b-8d00-4a24-a467-9a2e056c5e53","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/vat\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"6436a2be-dd19-42e6-87ed-c2256e940948","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"9629538b-ff07-4819-8cb9-9bfaa6f730a3","name":"CreateProductVATError233","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the VAT type.\",\n  \"errorCode\": \"233\"\n}"},{"id":"54a3055d-1842-4a70-92c2-e7a35be955e2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"2348f24d-5cd0-4c45-936b-2e6dcdeb17a7","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA Reducido\",\n  \"ProductVATValue\": 4\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group for which the new VAT type is being created."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ✅ Yes | Description of the new VAT type. |\n| `ProductVATValue` | `number` | ✅ Yes | VAT percentage value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"bfa64a92-3ab9-4326-b1f5-9cce0051a3f1"},{"name":"Delete VAT Type","id":"3d7e2aa5-16cd-4cd4-acc5-03b129d45751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing VAT type from the tariff catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Types of VAT - Delete - Eliminate a type of VAT</p>\n","urlObject":{"protocol":"https","path":["tariff","vat","{{productVATID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the VAT type to delete.</p>\n","type":"text/plain"},"type":"any","value":"3","key":"productVATID"}]}},"response":[{"id":"bdd4ed13-a593-4d8c-8819-9a48e5dbaf78","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a510d133-3186-41aa-b29d-0e6e8add9a18","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3a256887-0129-4215-a612-811d5b3b72db","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c0c1f234-560d-4715-8c7c-c06092ddc2ea","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"75851858-433e-402f-8ef9-93399402c7a1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/vat/%7B%7BproductVATID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"ebb5b661-999b-4b28-9b02-b6779f98da68","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d28bf992-7d0e-4b6d-9f14-f4802553dd21","name":"DeleteProductVATError234","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not delete the VAT type. Please verify that no product is currently using it.\",\n  \"errorCode\": \"234\"\n}"},{"id":"7c08fed3-2423-431f-bc12-ec94867eb057","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"fcf00ee9-e410-4d2c-9b93-c26188df4c95","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"3d7e2aa5-16cd-4cd4-acc5-03b129d45751"},{"name":"Edit VAT Type","id":"a028518a-56cc-4e82-8632-cf9330ed888e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Updates the description of an existing VAT type.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Types of VAT - Save - Save the data of a type of VAT</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductVATDesc</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Description of the VAT type. Omitted values retain the current VAT type value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","vat","{{productVATID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the VAT type to edit.</p>\n","type":"text/plain"},"type":"any","value":"3","key":"productVATID"}]}},"response":[{"id":"dcbb8cae-4f6b-407a-bc6e-6c58886907d5","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"de20b07f-1a63-42f2-8910-a9fe8c26a6a4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f31bb858-f71e-4088-997c-d0995c739faa","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"c244fcc8-5b95-4fa3-b49e-aa8a7a508f9c","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0370756b-33f0-41e8-9c15-1197c876f434","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/vat/%7B%7BproductVATID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"bb3a75aa-0ce0-46a7-9492-4b779335d7e1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"b1855960-b33a-4ea1-a16e-297795c092d1","name":"CreateProductVATError233","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not save the VAT type.\",\n  \"errorCode\": \"233\"\n}"},{"id":"a7168d94-9142-48be-b4ff-49b474abf292","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"fdb7b0f4-5c2c-436c-9919-3c7a517d6218","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductVATDesc\": \"IVA General\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"}],"variable":[{"key":"productVATID","value":"3","description":"**Required** | Type: `integer`\n\nID of the VAT type to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductVATDesc` | `string` | ❌ No | Description of the VAT type. Omitted values retain the current VAT type value. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a028518a-56cc-4e82-8632-cf9330ed888e"},{"name":"Get VAT Type Details","id":"7c0efd6c-fa96-4eed-aa24-50cd40165977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the details of an existing VAT type.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Types of VAT - Edit - See the details of a tariff's type of VAT</p>\n","urlObject":{"protocol":"https","path":["tariff","vat","{{productVATID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the VAT type to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"2","key":"productVATID"}]}},"response":[{"id":"db3ebe5f-14b8-4065-8bc7-02decd6d9fcb","name":"VAT type details retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductGID\": 1,\n  \"ProductVATID\": 2,\n  \"ProductVATDesc\": \"10% (Importado)\",\n  \"ProductVATValue\": 10\n}"},{"id":"185e2c46-714f-4d80-9ac9-bc95fd5f1364","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"e601d85e-fcd3-4c74-b191-0b61bd8c14d4","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ca4ccb4e-03f8-4490-90bf-e426033e8e0a","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f8a26c48-d917-4326-bc2f-b0259afcd4f7","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"ce9309b2-de93-47c8-a350-52c9b69344f5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4316bddf-e846-4f08-aa25-9268fb4a6d6c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0f268168-76f6-4cd9-9daa-38b4e90faa64","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"5ca668e0-47cf-4142-81e6-e523905e57b3","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/vat/{{productVATID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","vat","{{productVATID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productVATID","value":"2","description":"**Required** | Type: `integer`\n\nID of the VAT type to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/vat/%7B%7BproductVATID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"7c0efd6c-fa96-4eed-aa24-50cd40165977"},{"name":"List VAT Types","id":"d3444e4a-5a98-4bfa-b5b6-36ee4a22fbf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of VAT types applicable to a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Types of VAT - List - Obtain the listing of types of VAT applicable to a tariff</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","vat"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group whose applicable VAT types are to be listed.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"productGID"}]}},"response":[{"id":"02ed464e-9217-4ad2-a865-f9c0ebf62bbb","name":"VAT type list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductVATID\": 2,\n    \"ProductGID\": 1,\n    \"ProductVATValue\": \"10,00\",\n    \"ProductVATDesc\": \"10% (Importado)\"\n  },\n  {\n    \"ProductVATID\": 1,\n    \"ProductGID\": 1,\n    \"ProductVATValue\": \"21,00\",\n    \"ProductVATDesc\": \"21%\"\n  }\n]"},{"id":"e8589292-ed8d-4f62-b3fd-42678cccb397","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4e92383e-8fb7-458c-92e1-3bd2eee2801d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"51967ebf-7a00-4367-b617-d1ef3a1d9ef4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"cae9e745-916c-4df1-8038-3b648965d309","name":"No products found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No product data obtained\"\n}"},{"id":"a364643c-1548-4f18-9641-aab9df177340","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7fa32513-eeeb-48e8-bd00-ebbf614b1150","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3cf71fad-3092-4c75-8628-d4f1c2472715","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"2ac12598-5814-4e14-935e-ec9590503171","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/vat?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","vat"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"1","description":"**Required** | Type: `integer`\n\nID of the tariff group whose applicable VAT types are to be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/vat\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"d3444e4a-5a98-4bfa-b5b6-36ee4a22fbf9"}],"id":"8ec9ff08-fdf6-4d53-9d4d-335141add79d","description":"<p>Tariff / Vat endpoints.</p>\n","_postman_id":"8ec9ff08-fdf6-4d53-9d4d-335141add79d"},{"name":"Create Tariff","id":"1628588e-dfab-4c69-87e2-9670462aa229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new tariff in the catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Create - Create a new tariff</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductGName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the tariff.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"47fa6851-8c0d-4e7e-b286-bf22a6afb2c9","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"da54a044-d4d2-4829-8194-53623dbfc0a4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"61bc88ff-3264-4ae9-a90d-585458110a1b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"499fb92f-03aa-467c-9caa-2897b8a01400","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"c346ead4-a717-4d1e-b2e5-d5639eee8625","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"acee77bc-f7a4-456a-8528-7d6107c47725","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2434ad2a-b67a-4ab7-a722-aae50facbb00","name":"CreateTariffError70","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Could not create the tariff. Check the provided parameters.\",\n  \"errorCode\": \"70\"\n}"},{"id":"c127ec4a-004d-4411-ac9a-60b3db01083e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7b259d44-ad45-4590-bc36-a5d184a65ede","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"1628588e-dfab-4c69-87e2-9670462aa229"},{"name":"Delete Tariff Group","id":"1f746384-c0fa-464a-9add-50d3a2282318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing tariff group from the catalog.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Delete - Eliminate a group of existing tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff to delete.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"ac9b65db-e280-4bf9-801a-97192075e2db","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"73519374-c41a-4922-8508-e3603d2d5982","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"920343ad-c2b9-4afd-ad93-082c53e11dac","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"a3d344c9-9097-45ab-9faa-36cd1ecc97d0","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"7294e7c0-ac05-43a8-b37a-2d95b78d0bd4","name":"No tariff found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No tariff found with the provided ID.\",\n  \"errorCode\": \"71\"\n}"},{"id":"e5b87c97-768b-406a-a4c8-b5bceff3e17f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"21447ef8-c364-4ea1-8831-1b872ab1db9d","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"2a52715b-9706-495b-8173-c3a72efa953b","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"b2ee09b2-b98a-48ad-b01a-2e50f020df8f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1f746384-c0fa-464a-9add-50d3a2282318"},{"name":"List Tariff Groups","id":"3f5ebb5b-26d8-4229-8a92-6aecd7525e7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of tariff groups.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - List groups of tariffs - See the list of groups of tariffs</p>\n","urlObject":{"protocol":"https","path":["tariff"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"c88496d7-c0b3-4276-b156-086c27c68e15","name":"Tariff groups list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ProductGID\": 1,\n    \"ProductGName\": \"Tarifa Base\",\n    \"ProductGDisabled\": false\n  }\n]"},{"id":"baf1b5bd-104c-4a15-9db8-81f1b8ae655e","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"72cd6cd0-f5ca-4756-b683-8065882587ba","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"60c596e4-f18d-45aa-aebf-388af337e530","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"40bfd536-8d90-4bb0-b380-eee1aed3f405","name":"No tariff groups found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No tariff groups found.\"\n}"},{"id":"3d9acaa6-8b8e-480c-9d96-32698f75867c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4baa6c24-6b80-4a96-b068-ed1a5f1f9f28","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"58c721f7-cb40-46ee-9157-eb9b3d908853","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"e4c73f30-921c-41d1-b792-7a2c6e279744","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"3f5ebb5b-26d8-4229-8a92-6aecd7525e7f"},{"name":"Load Propagation Options","id":"666b4362-a8fd-43f8-84b7-55dc4286cf69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the propagation options available for a tariff group.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Propagate (Selection) - Selecting propagation options</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}","propagate"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Product g identifier.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the tariff group for which propagation options will be retrieved.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"ProductGID"}]}},"response":[{"id":"9879a8ac-0700-46dc-a353-63c69e44d61b","name":"Product propagation options retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Properties\": [\n    {\n      \"PropertyID\": \"ProductAppName\",\n      \"PropertyName\": \"Nombre (App)\"\n    },\n    {\n      \"PropertyID\": \"ProductPrice\",\n      \"PropertyName\": \"Precio con IVA\"\n    }\n  ],\n  \"Clinics\": [\n    {\n      \"ClinicID\": 2,\n      \"ClinicName\": \"000002 - Clinica1\"\n    },\n    {\n      \"ClinicID\": 3,\n      \"ClinicName\": \"3 - CentralCompras\"\n    }\n  ]\n}"},{"id":"e0d270f0-6e65-4e22-815d-cbd927827028","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"49c27e21-7ed1-49b5-9edd-8443831a8a3d","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"75d7e43b-f747-406d-97b4-77c2b069e6a5","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0df2b6f3-fc20-462d-b900-25fe5578a877","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D/propagate\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"3b71e91a-ee4c-40a4-b38f-c5625922e19e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"bec15591-41f2-4699-bd00-d33c148cd8e8","name":"TariffPropagationNotAllowed","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"This tariff cannot be propagated. Check the available data.\"\n}"},{"id":"4d2f72b9-3d9f-48ad-9ce8-0062f657bf80","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1ddfcdee-1ffa-491b-b4da-d93c6f23bed5","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}/propagate?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}","propagate"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `string`\n\nProduct g identifier."},{"key":"ProductGID","value":"10","description":"**Required** | Type: `integer`\n\nID of the tariff group for which propagation options will be retrieved."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"666b4362-a8fd-43f8-84b7-55dc4286cf69"},{"name":"Load Tariff Data","id":"39e370ac-704a-4674-8e65-f5dd9f0e5834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the data of an existing tariff (name and configuration).</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Edit - See the data of the tariff (name...)</p>\n","urlObject":{"protocol":"https","path":["tariff","{{productGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"088c101f-932d-47da-8c76-3e473bfedd2c","name":"Tariff data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ProductGID\": 26,\n  \"ProductGClinicID\": 0,\n  \"ProductGName\": \"prueba\",\n  \"ProductGDisabled\": false\n}"},{"id":"aa77c95c-1462-4584-a6ae-bcf8024eeef0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ed0aa40d-5aa8-4829-90f4-d4aec9abe287","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b1399d13-5a56-4524-a499-af1d6fd9ae75","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d38f1a10-c289-468a-bd2b-d64f8ce8c849","name":"Tariff not found. Check the provided parameters.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Tariff not found. Check the provided parameters.\",\n  \"errorCode\": \"406\"\n}"},{"id":"6580cbf1-abd3-4a05-b580-914c38910a4a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"5f9e68b0-e06a-4f34-957b-4cadfac3f8a5","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"33970fcf-efe2-4fb7-b422-974238cc140f","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"41abe74e-1aa4-49a7-938f-eb3c6d479d1d","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"39e370ac-704a-4674-8e65-f5dd9f0e5834"},{"name":"Save Tariff Data","id":"ea44a68c-07d5-49bf-a1a4-6a2e631eeb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies the data of an existing tariff.</p>\n<p><strong>Permision:</strong></p>\n<p>Tariffs - Save - Modify the data of an existing tariff</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ProductGName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the tariff.</td>\n</tr>\n<tr>\n<td><code>ProductGDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Disabled status. -1 = enabled, 0 = disabled.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tariff","{{productGID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Global ID of the tariff to edit.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"productGID"}]}},"response":[{"id":"24b9cac3-9778-4079-b6ea-71ccd8304bf4","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"350c97f4-7c20-4b45-996a-1b02dda33e19","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"8e72da14-9161-41ec-97ef-bf53b9500288","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ab2479dc-1652-4611-96ff-283329f47e27","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1951abe8-48da-4a69-a84c-774215d51f75","name":"No tariff found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No tariff found with the provided ID.\",\n  \"errorCode\": \"71\"\n}"},{"id":"48eda0b4-829b-4cdf-aa70-2f86b3d2dfd5","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"424fa6cd-263f-4a2d-8723-fc3828954954","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"65edd317-af38-44c7-848a-c06a27349d00","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"73cdde10-9dc4-4190-a78e-83a813267cd5","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"ProductGName\": \"Standard Rate 2026\",\n  \"ProductGDisabled\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/tariff/{{productGID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["tariff","{{productGID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"productGID","value":"10","description":"**Required** | Type: `integer`\n\nGlobal ID of the tariff to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `ProductGName` | `string` | ❌ No | Display name of the tariff. |\n| `ProductGDisabled` | `integer` | ❌ No | Disabled status. -1 = enabled, 0 = disabled. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/tariff/%7B%7BproductGID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"ea44a68c-07d5-49bf-a1a4-6a2e631eeb5f"}],"id":"b006676a-b75b-44dc-b667-74c384c1f795","description":"<p>Tariff endpoints.</p>\n","_postman_id":"b006676a-b75b-44dc-b667-74c384c1f795"},{"name":"User","item":[{"name":"Presence","item":[{"name":"Clock In","id":"2452798b-c979-496d-975c-441f3cd9ef5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}","description":"<p>Records a clock-in entry for the specified user.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Sign in - Allow personnel to sign</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserPassword</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>User password.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","{{userID}}","presence","clockin"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"452","key":"userID"}]}},"response":[{"id":"c6cd71ab-47ca-4d07-bdaf-bb7dfcb82565","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7a590cbc-381d-4c8c-8b0c-fcad65dc10d7","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"daec8522-cdae-481d-9eb2-bfec30a66aa6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"829d1b5f-0851-49f8-a98f-c1963c905451","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"1141d502-cccf-4f43-a725-bbcab8e94d9b","name":"Error recording attendance. Check the user data.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error recording attendance. Check the user data.\",\n  \"errorCode\": \"275\"\n}"},{"id":"4be4fef5-3a38-4f22-bfaa-e851eafddb5b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c615272d-d603-448e-8324-30fa6105a973","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e247b0af-7200-4132-b58c-4d971f49a3ce","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"8f784997-700b-4298-b715-64bd8374808f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockin?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockin"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/presence/clockin\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"2452798b-c979-496d-975c-441f3cd9ef5d"},{"name":"Clock Out","id":"7d8c318e-6a2b-4eb3-aec9-bf5baf54b328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}","description":"<p>Records a clock-out entry for the specified user.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Sign in - Allow personnel to sign</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserPassword</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>User password.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","{{userID}}","presence","clockout"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"452","key":"userID"}]}},"response":[{"id":"92f46c11-a993-44db-9e3f-ef8da083fafa","name":"Clock-out recorded successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b0831b9a-b646-4600-9b83-626af77c7bac","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ba108722-8be4-4e3b-a7d8-32558e7ae999","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b09698dd-4e30-4b08-9e04-1eb96a6ee1a0","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8a32dcc0-b244-4cf8-a847-61f20c2ad0cd","name":"Error recording attendance. Check the user data.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error recording attendance. Check the user data.\",\n  \"errorCode\": \"275\"\n}"},{"id":"89f8e712-0ec6-4d98-8ea0-4d7c2e25e154","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ce32bc9d-7ba9-4616-9274-a599ad263f78","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"1935819e-038e-4438-b200-262dfb5e7cf8","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"371bbf7f-e9d2-4f84-a6e0-3a91192428c4","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserPassword\": \"96*K2io\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/clockout?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","clockout"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserPassword` | `string` | ✅ Yes | User password. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/presence/clockout\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"7d8c318e-6a2b-4eb3-aec9-bf5baf54b328"},{"name":"Get User Presence Status","id":"0be9bb15-7af1-4167-b2f3-4285f9ce4a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}","description":"<p>Queries the user's current presence status. Returns the inverted result to indicate the next expected action (e.g., if the user is clocked in, it suggests Clock-out, and vice versa).</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Select - Propose the predetermined action when selecting</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","presence","status"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"452","key":"userID"}]}},"response":[{"id":"9da2a6eb-0246-437c-9e04-11cd9ebea347","name":"Presence status retrieved successfully. The result is inverted to suggest the next action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"SuggestedAction\": \"Exit\"\n}"},{"id":"28340837-c680-4f28-80e9-5f2c6ec2fa87","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"6a13cbf9-3519-4eec-aeca-876098d37869","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"63985459-b96b-414d-89a3-c6e410628933","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"d4dd0ce1-a99c-4899-9603-f49f51cfdebb","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/presence/status\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"8353ed2c-27dd-4d44-acd1-cd6b4d9237ad","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"29c7c6bb-0fd4-49da-86ae-6d20de9658fd","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"af9e2c9d-7c70-4d56-9e99-1637d0095b8c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence/status?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence","status"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"0be9bb15-7af1-4167-b2f3-4285f9ce4a14"},{"name":"Search Presence Records","id":"c3d5e4f7-b9fd-47ac-b351-cf70bedda39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the presence records (clock-in/clock-out entries) for the specified user.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Search - Search the redcords of a clinics personnel</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","presence"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"452","key":"userID"}]}},"response":[{"id":"da69dae9-6aef-4775-bb2d-884fd8d60be4","name":"Presence records retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PresenceUserName\": \"severo.ochoa@flowww.com\",\n    \"PresenceDate\": \"20/11/2025\",\n    \"PresenceEntranceTime\": \"10:58:19\",\n    \"PresenceExitTime\": \"12:09:17\",\n    \"PresenceDuration\": \"01:10\",\n    \"PresenceEntranceConfirmed\": true,\n    \"PresenceExitConfirmed\": false\n  }\n]"},{"id":"26fa3b01-ecec-43fa-b9a2-dd5cbf9675d0","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"d8979a70-9161-478a-9090-3a90dd98f78b","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"884df6f6-4dc0-40b4-b131-dfb37b928ffb","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e10f38f4-87f9-4086-af43-6c95ae186a35","name":"No records found for the specified criteria.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No records found regarding presence.\"\n}"},{"id":"ffac8c7d-1e35-48aa-93bf-667ff085b9c1","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"8b7ec895-84d0-4795-9f94-cb842d708f78","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"d540d226-40e3-4f38-9b55-e8b6707e745a","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"0a4d8922-7a47-411c-8563-c23654c57a87","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/presence?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","presence"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"452","description":"**Required** | Type: `integer`\n\nUser ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/presence\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"c3d5e4f7-b9fd-47ac-b351-cf70bedda39e"}],"id":"906141b8-2e6e-4f31-a35a-d62757149479","description":"<p>Employee presence, attendance, and clock-in status endpoints.</p>\n","_postman_id":"906141b8-2e6e-4f31-a35a-d62757149479"},{"name":"Workplace","item":[{"name":"Add User Clinic Access Permission","id":"e1964922-5d91-4103-8a93-30610fb2c80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}","description":"<p>Grants a user access permission to a specific clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Clinic Access - Add - Add access permission for a user at a particular clinic</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserClass</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>User class identifier for this workplace.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","{{userID}}","workplace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the user who will receive the clinic access permission.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"userID"}]}},"response":[{"id":"047c098f-cc5f-43b3-8d04-ea555618ea7d","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"65eeeb02-7a85-4a34-a21a-dc7b899f0192","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"bb55115d-dde1-4525-8298-f002e8291736","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e233a35d-1345-4d74-8f3c-e76bf7c246f2","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"15d8169f-a480-4b21-a67e-d231001262b5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/workplace\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"2e01265c-4f67-41f2-885c-db38a2204159","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c045a7c2-3d4b-4915-ab40-dc7627a71c52","name":"AddUserWorkplaceError83","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The profile could not be added to the user.\",\n  \"errorCode\": 83\n}"},{"id":"447513b5-696a-44ca-a391-7159879f0e53","name":"AddUserWorkplaceError279","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The profile could not be added to the user. Check the data provided.\",\n  \"errorCode\": 279\n}"},{"id":"fdbe9c01-de17-4757-b090-51b6fa792f1f","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"dca6b7f8-316d-4c7f-b264-c64da7c2330d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClass\": 16\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user who will receive the clinic access permission."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClass` | `integer` | ❌ No | User class identifier for this workplace. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e1964922-5d91-4103-8a93-30610fb2c80e"},{"name":"Delete User Clinic Access Permission","id":"a6dfb3e9-a401-41da-bd92-aa2430a8610b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}","description":"<p>Removes the access permission of a user to a specific clinic.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Clinic Access - Delete - Eliminate access permission for a user at a particular clinic</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","workplace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the user whose clinic access permission will be deleted.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"userID"}]}},"response":[{"id":"a699522b-26d1-42bf-8228-a41774778e0a","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f117c955-99e4-4262-b09c-13a2944e186f","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c1a8bbc0-3137-4bf4-b945-c837af7f11da","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e47e6b6f-4216-42f6-9881-8801995f0b10","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"8134e2d5-0654-4007-9e67-1cd15590e7c9","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/workplace\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"38bfc411-82e3-4d70-9d2e-c6dcc88dc986","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"a1307607-8172-4dd0-976d-2603b3528ed6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b0b90911-2fc8-4d49-93ff-f30732b6b1f0","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permission will be deleted."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a6dfb3e9-a401-41da-bd92-aa2430a8610b"},{"name":"List User Clinic Access Permissions","id":"dd73966e-a188-49c8-a40a-53e36421ecb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of access permissions that a user has across different clinics.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Clinic Access - List - See a user's permission list in different clinics</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","workplace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the user whose clinic access permissions will be listed.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"userID"}]}},"response":[{"id":"5498f50e-59e6-4555-86ea-c493f8ed7be9","name":"User clinic access permissions list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ClinicID\": 0,\n    \"ClinicPrefix\": \"-\",\n    \"ClinicName\": \"(Todas las clínicas)\",\n    \"ClinicCity\": \"-\",\n    \"ClinicDefault\": true,\n    \"UserClass\": \"Doctor Administrador\"\n  }\n]"},{"id":"f0dbb4cd-2b0e-4a3b-9d76-626acf41b2c8","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"c91ba9c1-13c7-4694-bb26-5170d8e96c93","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"37ef5ea7-9205-41c9-a3a1-f8f928c21081","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"08159d2c-15df-4fd2-b017-3f7f8aeb1b75","name":"No clinic access permissions found for this user.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No clinic access permissions found for this user.\"\n}"},{"id":"f80cb752-fe9b-4ce0-b0f7-2bc738fa6611","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"6d5c959f-ea9a-4aef-b723-742095c343d6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"e28874ec-e248-44a0-a911-96d873bfb59d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"0f7f57b1-3ec4-4220-b71c-3f778b45e817","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose clinic access permissions will be listed."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/workplace\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"dd73966e-a188-49c8-a40a-53e36421ecb3"},{"name":"Set User Default Clinic","id":"f0e4e502-bff4-4cdc-9dfc-aa33307bc8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}","description":"<p>Sets the default clinic for a specific user.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Clinic Access - Establish clinic by default - Establish a clinic by a user's default</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","workplace"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the user whose default clinic will be set.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"userID"}]}},"response":[{"id":"41fc18f4-8584-4214-9f57-a6d813a4d0ae","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3c352552-aded-40d4-8316-b542cd20cf14","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"ac609e67-4448-4d96-b18e-3b50ca3d13c6","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b74925ac-2f42-4468-a8fe-d364ce67ec18","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4c0e8f08-67b0-4d54-b009-2e5f42082af5","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/workplace\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"12690f0e-268e-43f6-9107-feb38a721c7b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"edcb0a39-f370-4d6a-8e84-2d0f2d6bc951","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b9374c0c-a18e-4201-b119-10f66b7952ea","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/workplace?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","workplace"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"42","description":"**Required** | Type: `integer`\n\nUnique identifier of the user whose default clinic will be set."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"f0e4e502-bff4-4cdc-9dfc-aa33307bc8d1"}],"id":"c7725e7f-8050-4ce0-b066-d3008a0483d0","description":"<p>User / Workplace endpoints.</p>\n","_postman_id":"c7725e7f-8050-4ce0-b066-d3008a0483d0"},{"name":"Check User Permission","id":"e79be3dc-33c3-43ac-a20e-5316dcf41deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Checks whether a user has a specific permission action.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Permission - Select permission - Obtener el listado de permisos al seleccionar el módulo en la lista desplegable</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User ID to query their access permissions.</p>\n","type":"text/plain"},"type":"any","value":"251","key":"userID"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Permission action to check.</p>\n","type":"text/plain"},"type":"any","value":"MOD_CLIENT","key":"permissionAction"}]}},"response":[{"id":"0bc58c5c-dad0-4e86-90c4-905d39026be8","name":"Module action list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PermissionAction\": \"SEC_DOCTOR_TICKET_DIRECT_ACCESS_FORM\",\n    \"PermissionAccess\": \"Direct access to ticket when validating an appointment\",\n    \"PermissionDesc\": \"Allows profiles with this permission to directly access the ticket when validating an appointment.\"\n  }\n]"},{"id":"45c64c87-d1f2-44b3-97c6-43b47cceef59","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"b408b1a8-1d8d-4082-be14-45407d602d05","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"946685f2-3ae2-40ad-a17c-c848673ee4b4","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"85db902b-7800-436e-a245-3b680e1a4839","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/checkPermission/%7B%7BpermissionAction%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"68ecdb51-e176-4a63-bc80-7fa0233bd6f7","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"0a262e06-ff2b-4efa-996b-cbb443b6fa69","name":"InvalidModule","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error obtaining module actions. Verify the Module.\",\n  \"ErrorCode\": \"46\"\n}"},{"id":"10213fd2-64b3-44f2-8d41-38997475cab5","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"0d8d8448-6635-4582-a838-70c738658e01","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/checkPermission/{{permissionAction}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","checkPermission","{{permissionAction}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"permissionAction","value":"MOD_CLIENT","description":"**Required** | Type: `string`\n\nPermission action to check."},{"key":"userID","value":"251","description":"**Required** | Type: `integer`\n\nUser ID to query their access permissions."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"e79be3dc-33c3-43ac-a20e-5316dcf41deb"},{"name":"Disable User","id":"141274be-a4e0-420e-a49c-f796020549e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}","description":"<p>Disables (deactivates) a user based on its unique identifier.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Users - Delete - Eliminate an existing user</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","disable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userID"}]}},"response":[{"id":"77a73179-cdc6-47ab-bfbf-f66900138ddd","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4683e65c-7f19-4ca9-b60f-ad9a24e22e49","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"d37a6a5f-a83e-4a5b-8235-b92950eb49ab","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f36f1425-2fda-4e96-96db-e6333ed4e327","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"432ff9ad-aca4-475e-a667-cb549db94d65","name":"No user found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorCode\": 68,\n  \"message\": \"No user found with that ID.\"\n}"},{"id":"a0d15025-5f78-488f-baa5-5ede873c91d4","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"4485745f-a9ee-4b00-8059-7a7868b57906","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"f65a9bd1-65f0-4d92-849e-cd6a402bd4ba","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"f7aed13e-fff6-4792-a669-3cfb9e3bb450","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/disable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","disable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/disable\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"141274be-a4e0-420e-a49c-f796020549e4"},{"name":"Enable User","id":"8a078555-40ff-4cf2-9c79-43137cbb907d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}","description":"<p>Enables (activates) a user based on its unique identifier.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Users - Delete - Eliminate an existing user</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}","enable"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User identifier.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"userID"}]}},"response":[{"id":"c442a7e0-e30d-43b6-8467-74bdb727b559","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"fcccf045-96df-43c3-b95e-b5d7e652051d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"3cc10e8f-11ea-4b45-91ba-32ae001bfdae","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7cb0e0a2-4145-404e-a8e0-2fc9629f1f9f","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"0d71aa2c-0920-466c-a26f-20e697ad3b70","name":"No user found with that ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorCode\": 68,\n  \"message\": \"No user found with that ID.\"\n}"},{"id":"5f801b45-0289-4c80-ae3a-4f06b1618661","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dd16fd1c-7345-49fb-835b-fda1ff4b46e2","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"b8c3c75e-eed9-45a9-8987-e9c477733262","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"067248ca-2571-4904-8106-dea9b2fb9969","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PUT","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}/enable?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}","enable"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"1","description":"**Required** | Type: `integer`\n\nUser identifier."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D/enable\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"8a078555-40ff-4cf2-9c79-43137cbb907d"},{"name":"Modify the Data of an Existing User","id":"1cb3e448-1dff-4440-89e4-b7f126855aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Update the personal information of a specific user based on their ID.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Users - Save - Modify the data of an existing user</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's first name.</td>\n</tr>\n<tr>\n<td><code>UserSurname1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's first surname.</td>\n</tr>\n<tr>\n<td><code>UserSurname2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's second surname.</td>\n</tr>\n<tr>\n<td><code>UserSex</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's sex ('F' for female, 'M' for male, 'O' for other/not specified).</td>\n</tr>\n<tr>\n<td><code>UserBirthDate</code></td>\n<td><code>string (date)</code></td>\n<td>❌ No</td>\n<td>User's date of birth (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>UserNIF</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's tax identification number (NIF).</td>\n</tr>\n<tr>\n<td><code>UserPhone1</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's primary phone number.</td>\n</tr>\n<tr>\n<td><code>UserPhone2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's secondary phone number.</td>\n</tr>\n<tr>\n<td><code>UserAddress</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's full address.</td>\n</tr>\n<tr>\n<td><code>UserCity</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's city of residence.</td>\n</tr>\n<tr>\n<td><code>UserPostCode</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's postal code.</td>\n</tr>\n<tr>\n<td><code>UserProvince</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's province of residence.</td>\n</tr>\n<tr>\n<td><code>UserCountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>User's country of residence ID.</td>\n</tr>\n<tr>\n<td><code>UserEMail</code></td>\n<td><code>string (email)</code></td>\n<td>❌ No</td>\n<td>User's email address.</td>\n</tr>\n<tr>\n<td><code>UserLogin</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Login identifier used by the user.</td>\n</tr>\n<tr>\n<td><code>UserPassword</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's password.</td>\n</tr>\n<tr>\n<td><code>UserDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Indicates if the user is disabled ('1' for yes, '0' for no).</td>\n</tr>\n<tr>\n<td><code>UserNotes</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Internal notes or comments about the user.</td>\n</tr>\n<tr>\n<td><code>UserLanguage</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's preferred language.</td>\n</tr>\n<tr>\n<td><code>UserDropdownsDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Determines if the user is hidden in dropdown lists.</td>\n</tr>\n<tr>\n<td><code>UserPhone1CountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the worker's first country.</td>\n</tr>\n<tr>\n<td><code>UserPhone2CountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>ID of the worker's second country.</td>\n</tr>\n<tr>\n<td><code>UserPresenceControlInClinic</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Presence control configuration (-1=none, 0=all, N=clinic ID).</td>\n</tr>\n<tr>\n<td><code>UserForeignAppsDisabled</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Determines if the user can view appointments of other professionals.</td>\n</tr>\n<tr>\n<td><code>UserPIN</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>User's PIN code.</td>\n</tr>\n<tr>\n<td><code>UserCollegeName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Name of the medical college they belong to.</td>\n</tr>\n<tr>\n<td><code>UserCollegeNum</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Membership number.</td>\n</tr>\n<tr>\n<td><code>UserOtpCheck</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Enables OTP verification for the user.</td>\n</tr>\n<tr>\n<td><code>UserDocumentTypeClassID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Identifier for the type of identity document.</td>\n</tr>\n<tr>\n<td><code>UserBirthCountryID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>User's birth country identifier.</td>\n</tr>\n<tr>\n<td><code>UserCollegeTypeID</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>User's professional role or college type identifier.</td>\n</tr>\n<tr>\n<td><code>UserCURP</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Unique Population Registry Code (Mexico only).</td>\n</tr>\n<tr>\n<td><code>UserBindToIP</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","{{userID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Unique identifier of the user to be modified.</p>\n","type":"text/plain"},"type":"any","value":"231241","key":"userID"}]}},"response":[{"id":"3b734648-e176-4e0b-bf1c-856691b4bbbe","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"484eeeb7-7b34-401a-9542-6409de5a7460","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"68125450-4d87-45b1-b91d-40e00580f7cd","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"fbb47b69-bade-44ea-9d07-52c6036738bb","name":"You do not have permission to perform this action.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"403\"\n}"},{"id":"b3243b3c-44de-4438-8e97-01972dab8549","name":"User not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Error editing the user, check the provided data\",\n  \"errorCode\": \"67\"\n}"},{"id":"f47032e6-d227-4270-a33a-62aa6564ac1b","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c7471749-af33-4eb1-af17-165873443614","name":"UserNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error loading user data. Verify the user ID.\",\n  \"ErrorCode\": \"16\"\n}"},{"id":"eb24b7a7-24a2-464d-b986-6c29a1221003","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"fc8a6913-d83f-41e7-a802-01b33817ad06","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"9a75c812-1e5c-4d19-814c-eed1e90f0378","name":"You do not have permission to perform this3","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"a57576e7-336e-42cd-9018-b587d9af92c0","name":"575","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No user was found with that ID, or the provided information is incorrect\",\n  \"errorCode\": \"575\"\n}"},{"id":"9bc11269-2dd7-469f-bf3c-e7ed88f8da6e","name":"User not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No user was found with that ID, or the provided information is incorrect\"\n}"},{"id":"4f13bdd9-b0cf-4fb8-a737-67b051aee01b","name":"Error 575","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"575\"\n}"},{"id":"c3ff9c72-c192-445a-933b-dfa4a2c76a8a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserPassword\": \"secret123\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 0,\n  \"UserPhone2CountryID\": 34,\n  \"UserPresenceControlInClinic\": 1,\n  \"UserForeignAppsDisabled\": 0,\n  \"UserPIN\": 123456,\n  \"UserCollegeName\": \"Medical College of Salamanca\",\n  \"UserCollegeNum\": 0,\n  \"UserOtpCheck\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserBirthCountryID\": 201,\n  \"UserCollegeTypeID\": 0,\n  \"UserCURP\": \"ABCD123456HOMBREXX\",\n  \"UserBindToIP\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"231241","description":"**Required** | Type: `integer`\n\nUnique identifier of the user to be modified."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ❌ No | User's first name. |\n| `UserSurname1` | `string` | ❌ No | User's first surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserSex` | `string` | ❌ No | User's sex ('F' for female, 'M' for male, 'O' for other/not specified). |\n| `UserBirthDate` | `string (date)` | ❌ No | User's date of birth (YYYY-MM-DD). |\n| `UserNIF` | `string` | ❌ No | User's tax identification number (NIF). |\n| `UserPhone1` | `string` | ❌ No | User's primary phone number. |\n| `UserPhone2` | `string` | ❌ No | User's secondary phone number. |\n| `UserAddress` | `string` | ❌ No | User's full address. |\n| `UserCity` | `string` | ❌ No | User's city of residence. |\n| `UserPostCode` | `string` | ❌ No | User's postal code. |\n| `UserProvince` | `string` | ❌ No | User's province of residence. |\n| `UserCountryID` | `integer` | ❌ No | User's country of residence ID. |\n| `UserEMail` | `string (email)` | ❌ No | User's email address. |\n| `UserLogin` | `string` | ❌ No | Login identifier used by the user. |\n| `UserPassword` | `string` | ❌ No | User's password. |\n| `UserDisabled` | `integer` | ❌ No | Indicates if the user is disabled ('1' for yes, '0' for no). |\n| `UserNotes` | `string` | ❌ No | Internal notes or comments about the user. |\n| `UserLanguage` | `string` | ❌ No | User's preferred language. |\n| `UserDropdownsDisabled` | `integer` | ❌ No | Determines if the user is hidden in dropdown lists. |\n| `UserPhone1CountryID` | `integer` | ❌ No | ID of the worker's first country. |\n| `UserPhone2CountryID` | `integer` | ❌ No | ID of the worker's second country. |\n| `UserPresenceControlInClinic` | `integer` | ❌ No | Presence control configuration (-1=none, 0=all, N=clinic ID). |\n| `UserForeignAppsDisabled` | `integer` | ❌ No | Determines if the user can view appointments of other professionals. |\n| `UserPIN` | `integer` | ❌ No | User's PIN code. |\n| `UserCollegeName` | `string` | ❌ No | Name of the medical college they belong to. |\n| `UserCollegeNum` | `integer` | ❌ No | Membership number. |\n| `UserOtpCheck` | `integer` | ❌ No | Enables OTP verification for the user. |\n| `UserDocumentTypeClassID` | `integer` | ❌ No | Identifier for the type of identity document. |\n| `UserBirthCountryID` | `integer` | ❌ No | User's birth country identifier. |\n| `UserCollegeTypeID` | `integer` | ❌ No | User's professional role or college type identifier. |\n| `UserCURP` | `string` | ❌ No | Unique Population Registry Code (Mexico only). |\n| `UserBindToIP` | `integer` | ❌ No | Indicates if the user's session must be linked to an IP. '1' for yes, '0' for no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"1cb3e448-1dff-4440-89e4-b7f126855aff"},{"name":"Register a New User","id":"a0ed7bcb-44ad-4805-b504-3aa4898cf8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new user in the system.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Users - Create - Register a new user</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>User's first name.</td>\n</tr>\n<tr>\n<td><code>UserSurname1</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>First surname.</td>\n</tr>\n<tr>\n<td><code>UserSurname2</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>User's second surname.</td>\n</tr>\n<tr>\n<td><code>UserEMail</code></td>\n<td><code>string (email)</code></td>\n<td>✅ Yes</td>\n<td>User's email. It cannot be registered by another user in the system.</td>\n</tr>\n<tr>\n<td><code>UserCollegeTypeID</code></td>\n<td><code>integer</code></td>\n<td>✅ Yes</td>\n<td>ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist).</td>\n</tr>\n<tr>\n<td><code>UserPhone1</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Mobile phone number with international prefix.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"6e595ab8-63e5-45b8-832e-aec062d1cb2c","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b93de4ed-a29a-47bc-a761-5bfddcda563c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"598028e1-0a84-4f06-b590-fe4d6c4b6db8","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"ba257c7f-5db7-408b-a7c5-f02e35a89da0","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"fc6d349d-1078-41f1-9c68-04ac2adedbd1","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"0e981955-1216-4259-9016-3adb5f2bdf5e","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"7ed1a923-3898-45d6-8740-78eda183cdf8","name":"Error creating the user","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error creating the user. Verify that the user parameters are correct.\",\n  \"ErrorCode\": \"16\"\n}"},{"id":"e36b386e-04f3-4e76-97b8-d92c00d7cfa2","name":"ValidationError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Error creating the user. Check the data provided.\",\n  \"ErrorCode\": \"348\"\n}"},{"id":"0459988f-2431-4316-83e4-02d74773180e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c89da4f9-9536-43af-857e-d40150a00677","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserCollegeTypeID\": 3,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"Hedy\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserSurname1\": \"Lamarr\",\n  \"UserSurname2\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserName` | `string` | ✅ Yes | User's first name. |\n| `UserSurname1` | `string` | ✅ Yes | First surname. |\n| `UserSurname2` | `string` | ❌ No | User's second surname. |\n| `UserEMail` | `string (email)` | ✅ Yes | User's email. It cannot be registered by another user in the system. |\n| `UserCollegeTypeID` | `integer` | ✅ Yes | ID of the user type/role in the clinic (e.g., 3 for aesthetician/receptionist). |\n| `UserPhone1` | `string` | ✅ Yes | Mobile phone number with international prefix. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"a0ed7bcb-44ad-4805-b504-3aa4898cf8a4"},{"name":"View the User List","id":"0313ab8e-a956-4ce8-8d30-a399f38c0dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of system users from the Configuration menu.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Users - List - See the list of users in the configuration menu</p>\n","urlObject":{"protocol":"https","path":["user"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>string</code></p>\n<p>Name to search for.</p>\n","type":"text/plain"},"key":"userName","value":"Nettie"}],"variable":[]}},"response":[{"id":"2a005844-3b92-44af-a07b-df436e63c146","name":"User list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"UserID\": 239,\n    \"UserName\": \"Nettie\",\n    \"UserDisabled\": false\n  }\n]"},{"id":"e0133e3e-2662-4562-932e-1552de72ef6d","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"494565be-4988-45fa-957d-05680a25a888","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"225737bf-5a8a-4ab9-84b9-c5065fbaa442","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"37b3f728-1bc8-43b2-bb07-239a915002bf","name":"No users found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No users found. Check the data provided.\"\n}"},{"id":"488f6a7d-a58e-468d-b963-8444067e1948","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"e50eec91-89b4-41a9-9f3d-c1a4bc61d99b","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"3f4f69f1-99aa-4222-92f8-41ccd4e99afe","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"da5b9851-0c51-4e33-847f-f0f814ff322f","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user?server={{server}}&systemkey={{systemkey}}&userName=Nettie","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `string`\n\nName to search for.","key":"userName","value":"Nettie","x-postman-displayValue":"Nettie"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"0313ab8e-a956-4ce8-8d30-a399f38c0dec"},{"name":"View User Data","id":"39daaf69-8758-4b3a-983a-8c0a3528510c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves detailed user profile information, including all configuration fields and associated clinics.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Users - See - See a user's data</p>\n","urlObject":{"protocol":"https","path":["user","{{userID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the user.</p>\n","type":"text/plain"},"type":"any","value":"250","key":"userID"}]}},"response":[{"id":"3e28619a-96e9-4126-814d-2b3fb48a4d2a","name":"User data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"UserID\": 250,\n  \"UserShowDisabled\": 0,\n  \"UserClinicID_Acc\": 0,\n  \"UserLogin\": \"hedy.lamarr@gmail.com\",\n  \"UserName\": \"hedy\",\n  \"UserSurname1\": \"lamarr\",\n  \"UserSurname2\": \"Kiesler\",\n  \"UserSex\": \"M\",\n  \"UserBirthDate\": \"2005-02-08\",\n  \"UserNIF\": \"12345678A\",\n  \"UserPhone1\": \"+34630630630\",\n  \"UserPhone2\": \"+34600000000\",\n  \"UserAddress\": \"Calle Serrano 47\",\n  \"UserCity\": \"Salamanca\",\n  \"UserPostCode\": \"28001\",\n  \"UserProvince\": \"Madrid\",\n  \"UserCountryID\": 201,\n  \"UserEMail\": \"hedy.lamarr@gmail.com\",\n  \"UserDisabled\": 0,\n  \"UserNotes\": \"No incidents recorded.\",\n  \"UserLanguage\": \"ES\",\n  \"UserCSV\": \"F\",\n  \"UserBirthCountryID\": 0,\n  \"UserDocumentTypeClassID\": 0,\n  \"UserStringSet\": \"ES\",\n  \"UserBindToIP\": 0,\n  \"UserDropdownsDisabled\": 0,\n  \"UserPhone1CountryID\": 201,\n  \"UserPhone2CountryID\": 0,\n  \"UserForeignAppDisabled\": 1,\n  \"UserPIN\": \"1234\",\n  \"UserCollegeName\": \"Ilustre Colegio de Abogados de Madrid\",\n  \"UserCollegeNum\": \"12345\",\n  \"UserCollegeTypeID\": 1,\n  \"UserOtpCheck\": 1,\n  \"UserCURP\": \"GODE800101HMCSRL05\",\n  \"UserPresenceControlInClinic\": 1\n}"},{"id":"59117dbf-a715-43c4-93f8-7a704775ac79","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f4764740-d64c-4362-8aab-4231e603cdc1","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"b23a2083-4152-43a7-af49-0183f2f98904","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"e2de9166-2b1a-4152-881f-63168d4db6dd","name":"User not found for the given userID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"User not found. Verify the userID.\",\n  \"ErrorCode\": \"16\"\n}"},{"id":"1ff564b7-17bc-4d80-99c5-74f440db991c","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"c675b305-d0aa-4305-87cb-716a50e485fa","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a2327302-15b9-4c22-8cbe-691e2b63b986","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"88f14308-18a1-427e-867c-69c3150ad5f8","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/user/{{userID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["user","{{userID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userID","value":"250","description":"**Required** | Type: `integer`\n\nID of the user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/user/%7B%7BuserID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"39daaf69-8758-4b3a-983a-8c0a3528510c"}],"id":"33c4f785-113e-430e-a723-a0268b6f44f1","description":"<p>User and employee administration endpoints.</p>\n","_postman_id":"33c4f785-113e-430e-a723-a0268b6f44f1"},{"name":"UserClass","item":[{"name":"Permission","item":[{"name":"Add Permission to Profile","id":"03ebc057-1d39-46ac-a97d-ccdf19815ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&PermissionAction=SEC_MEDIA_UPLOAD_FORM","description":"<p>Adds a new permission to a user profile, specifying its action.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Permission - Create - Create a new permit for an existing user's profile</p>\n","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}","permission"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>Permission action identifier to add.</p>\n","type":"text/plain"},"key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User Profile ID.</p>\n","type":"text/plain"},"type":"any","value":"3","key":"userClassID"}]}},"response":[{"id":"2ff69282-117e-4e16-8f8b-272a4573d645","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"37083bc4-aa70-4c41-93c3-60e2bd975e8c","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"1c0e923f-197a-47fc-8044-b2555a5bb736","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"7048b851-bc1d-4220-bacf-cf4b08d490c8","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"cd771d4f-6d0a-47be-96c9-2bf85aa6d514","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D/permission\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"043515af-a35d-460b-983c-e0eb5207b8ed","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"ad40f534-1149-4fef-8ae9-e2cab6d5ce00","name":"DuplicatePermissionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"This permission is already associated with this user.\",\n  \"ErrorCode\": \"217\"\n}"},{"id":"620da6db-4a75-49cf-8ac1-53fa51eb3adb","name":"PermissionError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorCode\": \"216\"\n}"},{"id":"cc02b1a3-a050-403b-bc45-a5147e5254ed","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"92b81e98-ee1c-4a25-b8f0-616dda21a08c","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `integer`\n\nPermission action identifier to add.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"3","description":"**Required** | Type: `integer`\n\nUser Profile ID."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"03ebc057-1d39-46ac-a97d-ccdf19815ab9"},{"name":"Delete Permission from Profile","id":"6c8bfcae-0883-48de-9c67-0d0520422218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&PermissionAction=SEC_MEDIA_UPLOAD_FORM","description":"<p>Removes a permission from a user profile.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Permission - Delete - Delete a permit from a user's profile</p>\n","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}","permission"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Permission action identifier to delete.</p>\n","type":"text/plain"},"key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User class ID to query their access permissions.</p>\n","type":"text/plain"},"type":"any","value":"6","key":"userClassID"}]}},"response":[{"id":"2033ff85-f7f1-4fb5-be99-426803e44517","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0aa1e44c-f895-4d7a-879b-495f873866c4","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"617d3243-25e7-42a9-b698-10f76b6cddab","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"03229fad-0cc3-46bb-ab63-5d2fd6753397","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"f011b2aa-b450-4f93-9752-36dd7c081285","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D/permission\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"7dcc2fab-096f-457a-b963-5f6061aa6b8a","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"33f71894-90bb-45a2-9b25-bbeb23730393","name":"PermissionsError","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Could not delete the permission. Verify that the permission exists in the user's class.\",\n  \"ErrorCode\": \"218\"\n}"},{"id":"8a0e988d-3ed8-4651-b1a9-381a6b34df70","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"9b05e193-f511-4fab-9315-f01a4a7064dc","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1&PermissionAction=SEC_MEDIA_UPLOAD_FORM","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"},{"description":"**Required** | Type: `string`\n\nPermission action identifier to delete.","key":"PermissionAction","value":"SEC_MEDIA_UPLOAD_FORM","x-postman-displayValue":"SEC_MEDIA_UPLOAD_FORM"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"6c8bfcae-0883-48de-9c67-0d0520422218"},{"name":"List Profile Permissions","id":"b4be861f-fb4d-4cc5-bbed-ff56c3a40517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of permissions assigned to a user profile.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Permission - List - See the list of permits of a user's profile</p>\n","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}","permission"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>User class ID to query their access permissions.</p>\n","type":"text/plain"},"type":"any","value":"6","key":"userClassID"}]}},"response":[{"id":"2b0de36e-000a-4969-bd13-bc8a95b041a8","name":"Permission list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"UserClassName\": \"Gerente de zona\",\n  \"UserPermissionDetails\": [\n    {\n      \"PermissionAction\": \"SEC_DIARY_SLOTS_LOCK_SAVE_FORM\",\n      \"PermissionModule\": \"Agenda\",\n      \"PermissionAccess\": \"Agenda - Bloquear\",\n      \"PermissionDesc\": \"Bloquear agenda\"\n    },\n    {\n      \"PermissionAction\": \"SEC_DIARY_SLOTS_LOCK_DEL_FORM\",\n      \"PermissionModule\": \"Agenda\",\n      \"PermissionAccess\": \"Agenda - Desbloquear\",\n      \"PermissionDesc\": \"Desbloquear agenda\"\n    }\n  ]\n}"},{"id":"611c597d-6140-4d05-8bbe-04bb2a75ab03","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"4568fa47-46e0-47b7-bc1d-1601ad3aafbb","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"0379df04-507a-4363-97c4-598bf9e74db6","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"4465f5d6-b74d-4d0e-8009-11fa8dea9701","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D/permission\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"44358353-49b7-4c36-a43f-b3df32b45c42","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"dd0a0a26-448b-465c-92dd-802dcce0df75","name":"UserNotFound","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"Message\": \"Could not obtain permissions. The user ID is incorrect.\",\n  \"ErrorCode\": \"83\"\n}"},{"id":"2fe58b9f-5abb-40ae-a551-9245f170cdf0","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"07269741-1dd3-4b6b-b612-63c6ddca688d","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/permission?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","permission"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"6","description":"**Required** | Type: `integer`\n\nUser class ID to query their access permissions."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"b4be861f-fb4d-4cc5-bbed-ff56c3a40517"}],"id":"659f1463-b716-4a67-8d58-197150f76108","description":"<p>Userclass / Permission endpoints.</p>\n","_postman_id":"659f1463-b716-4a67-8d58-197150f76108"},{"name":"Copy User Profile","id":"ac585ed3-be8b-4751-b11e-4719f882e556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}","description":"<p>Duplicates an existing user profile.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Profiles - Copy - Duplicate a user's profile</p>\n","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}","copy"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the user profile to duplicate.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"userClassID"}]}},"response":[{"id":"65f68d8b-009f-4424-88d9-a1c5473fdaa4","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"aa34bc2d-6417-4892-a2f3-380d80d6e0cf","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"213951b2-5bab-44ec-a6f0-71cec593147c","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"e69b02e5-00f5-4c5f-ae94-b605af62df84","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"06fd5eb3-7f64-457c-b69d-36ad976f4fb4","name":"UserClass not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No userClass found with the provided ID.\",\n  \"errorCode\": \"214\"\n}"},{"id":"43d5e625-e2c9-4663-9e8e-c65d64cc256d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"1139b2cc-d884-450a-843c-4be84f762b42","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"7c797ae4-6730-4d1a-9cef-c25bc0aff216","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"010c0512-a646-4bd4-b451-bc91cb9a117a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}/copy?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}","copy"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to duplicate."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D/copy\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"ac585ed3-be8b-4751-b11e-4719f882e556"},{"name":"Create User Profile","id":"7f1d1a91-097f-4b3a-8d02-70578e9e7ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}","description":"<p>Creates a new user profile.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Profiles - Create - Create a new user profile</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserClassName</code></td>\n<td><code>string</code></td>\n<td>✅ Yes</td>\n<td>Display name of the user UserClass.</td>\n</tr>\n<tr>\n<td><code>UserClassCentralServices</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the UserClass has access to central services. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>UserClassRank</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Rank or priority level of the user UserClass.</td>\n</tr>\n<tr>\n<td><code>UserClassRequirePIN</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether this UserClass requires PIN authentication. -1 = yes, 0 = no.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["userClass"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"8f9721ad-39b3-4212-a184-8095337a6fc0","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"03373d48-4a06-4c45-825b-e017a0ea5764","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"5fd1146c-fca8-4808-ab25-833a0d98cb01","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"6c07c726-940f-4697-836a-93338db1ed69","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"acd7ed4a-ac21-4d98-bbe8-5660ff2d8795","name":"Route not found. The requested endpoint does not exist.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass\",\n  \"timestamp\": \"1774609445923\"\n}"},{"id":"d63259f2-7c16-41fc-bbd1-e8e8ed638bcf","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d408c062-a1fc-4bd0-bc63-486c0bf3af60","name":"UserClassName is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"UserClassName is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"91977586-406e-4f2e-9b09-e11cdce89a9c","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"698e75ae-1729-46bc-a8e5-3ea8f5451201","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"POST","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ✅ Yes | Display name of the user UserClass. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the UserClass has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user UserClass. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this UserClass requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"}],"_postman_id":"7f1d1a91-097f-4b3a-8d02-70578e9e7ed4"},{"name":"Delete User Profile","id":"040fbd00-e8bc-44a6-92d9-32d638696886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Deletes an existing user profile.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Profiles - Delete - Delete a user's profile</p>\n","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the user profile to delete.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"userClassID"}]}},"response":[{"id":"bb96f3c5-1868-477e-a8e5-95a1924b4a32","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"839f2448-72a6-4bb7-bb39-dfd436624530","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"eab27d18-cd68-4c2f-be01-63d51f7c9be0","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8d36120f-ef4a-45e0-aec4-1ef839663368","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"219f8722-e53e-4ec6-a284-a30ef0dee36e","name":"UserClass not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No userClass found with the provided ID.\",\n  \"errorCode\": \"213\"\n}"},{"id":"97395116-3b25-4925-914b-0fbc38bf033f","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"f6bedac7-dc5c-49bf-9418-3656f8f36e94","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"a16ca726-4b8e-4c05-be26-83b6cc017eb7","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"97f35fa5-cc43-45fa-b550-e9eafd70e34a","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to delete."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"040fbd00-e8bc-44a6-92d9-32d638696886"},{"name":"Edit User Profile","id":"b938e0cb-b6a9-4097-83ba-d008be1e18a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Modifies an existing user profile. Omitted fields keep their current values.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Profiles - Save - Modify a user's profile</p>\n<h3 id=\"body-schema\">BODY SCHEMA</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>UserClassName</code></td>\n<td><code>string</code></td>\n<td>❌ No</td>\n<td>Display name of the user profile.</td>\n</tr>\n<tr>\n<td><code>UserClassCentralServices</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether the user profile has access to central services. -1 = yes, 0 = no.</td>\n</tr>\n<tr>\n<td><code>UserClassRank</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Rank or priority level of the user profile.</td>\n</tr>\n<tr>\n<td><code>UserClassRequirePIN</code></td>\n<td><code>integer</code></td>\n<td>❌ No</td>\n<td>Whether this user profile requires PIN authentication. -1 = yes, 0 = no.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the user profile to edit.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"userClassID"}]}},"response":[{"id":"fd09b015-eb4f-429a-9981-a7cddd8b0fd5","name":"The action was completed successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"abc8bbe8-8e1b-4adc-9a34-3567239f1271","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"f77e29c2-6a98-45a6-994b-3cb876c335d5","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"8d0f3e4e-007e-4605-a354-12062c3cdb6e","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"427f7ed4-04ef-4f5d-8855-4dbc640a256d","name":"UserClass not found.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No userClass found with the provided ID.\",\n  \"errorCode\": \"212\"\n}"},{"id":"76691e8b-7b2e-49d5-8842-6f3498423c77","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"d809fdbb-c7b0-4572-ae8c-c8034f52a1a3","name":"UserClassName is required","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"UserClassName is required.\",\n  \"errorCode\": \"invalid-params\"\n}"},{"id":"1a3fc1c5-f5f8-477e-81b9-2e39e3a727f6","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"09154076-ff47-4341-9f64-74f7a6fd9a62","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"44e43b49-5043-410c-abff-98fbb40dc81e","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"body":{"mode":"raw","raw":"{\n  \"UserClassName\": \"Manager\",\n  \"UserClassCentralServices\": 0,\n  \"UserClassRank\": 1,\n  \"UserClassRequirePIN\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to edit."}]},"description":"### BODY SCHEMA\n| Field | Type | Required | Description |\n|-------|------|-----------|-------------|\n| `UserClassName` | `string` | ❌ No | Display name of the user profile. |\n| `UserClassCentralServices` | `integer` | ❌ No | Whether the user profile has access to central services. -1 = yes, 0 = no. |\n| `UserClassRank` | `integer` | ❌ No | Rank or priority level of the user profile. |\n| `UserClassRequirePIN` | `integer` | ❌ No | Whether this user profile requires PIN authentication. -1 = yes, 0 = no. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"b938e0cb-b6a9-4097-83ba-d008be1e18a5"},{"name":"List User Profiles","id":"774ebad5-a82c-4636-8de3-2ec225c687a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the list of user profiles.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Profiles - List - See the list of user profiles</p>\n","urlObject":{"protocol":"https","path":["userClass"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[]}},"response":[{"id":"5051db26-a45c-4e01-9e01-f66501e4c4dd","name":"User profile list retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"UserClassID\": 4,\n    \"UserClassDesc\": \"Profesional\",\n    \"UserCentralServices\": -1,\n    \"ReadOnly\": -1\n  },\n  {\n    \"UserClassID\": 1,\n    \"UserClassDesc\": \"Administrador\",\n    \"UserCentralServices\": -1,\n    \"ReadOnly\": -1\n  }\n]"},{"id":"b457d455-e1c7-4054-b260-72d0f1ea3dfe","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"43812c94-ce1f-41b7-89fb-608b2bb7e4ab","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"005689e2-a07e-41b9-908f-4cd511b1b976","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"658251d3-0a1d-46a3-9da4-2cd3f5807d35","name":"No user profile found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No user profile found with the provided ID.\"\n}"},{"id":"240a07d2-fefd-4b0a-9e92-c74b2af7417d","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"59718b96-0cad-43a6-b76d-3fd92413943e","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"c6549a08-b500-49db-b30a-c1e2cb4318fc","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"78273667-1c99-4757-9073-e34ad48ada18","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"774ebad5-a82c-4636-8de3-2ec225c687a9"},{"name":"View User Profile Data","id":"0d61056e-cbb0-4551-a326-5da965f0fc61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}","description":"<p>Retrieves the data of an existing user profile.</p>\n<p><strong>Permision:</strong></p>\n<p>Users - Attendance Control - Profiles - See - See the data of an existing user's profile</p>\n","urlObject":{"protocol":"https","path":["userClass","{{userClassID}}"],"host":["api-beta.flowww.net/v2"],"query":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>eu013</code></p>\n<p>flowww server identifier.</p>\n","type":"text/plain"},"key":"server","value":"{{server}}"},{"description":{"content":"<p><strong>Required</strong> | Type: <code>string</code></p>\n<p>Example: <code>8762574</code></p>\n<p>flowww system key assigned to the integration.</p>\n","type":"text/plain"},"key":"systemkey","value":"{{systemkey}}"},{"disabled":true,"description":{"content":"<p><strong>Optional</strong> | Type: <code>integer</code></p>\n<p>Unique identifier for the clinic.</p>\n","type":"text/plain"},"key":"clinicID","value":"1"}],"variable":[{"description":{"content":"<p><strong>Required</strong> | Type: <code>integer</code></p>\n<p>ID of the user profile to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"10","key":"userClassID"}]}},"response":[{"id":"60a2193f-5461-4482-9075-b1da6052dd73","name":"User profile data retrieved successfully.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"UserClassID\": 4,\n  \"UserClassDesc\": \"Profesional\",\n  \"UserClassCentralServices\": -1,\n  \"UserClassRank\": 40,\n  \"UserClassRequirePIN\": 0\n}"},{"id":"05e189a7-064a-42fa-a473-025cd0954211","name":"Invalid clinicID query parameter. Expected a valid numeric value.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid clinicID query parameter. Expected a valid numeric value.\",\n  \"errorCode\": \"invalid-clinicid\"\n}"},{"id":"2acc2571-9b1a-45f4-9219-959aaf310488","name":"Your session has expired","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Your session has expired\",\n  \"errorCode\": \"1\"\n}"},{"id":"f86269fb-3235-40c5-bba5-a71ec8384b21","name":"Permission error raised when the caller cannot access the requested resource.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"436\"\n}"},{"id":"50e6e5a6-33bd-4258-9222-be5c074fa180","name":"No userclass found with the provided ID.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No userclass found with the provided ID.\"\n}"},{"id":"40ff0910-797c-4695-9cf9-293a1fa265e2","name":"Bad Gateway. The response content could not be processed by the API.","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The response content could not be processed by the API.\",\n  \"errorCode\": \"invalid-response-content\"\n}"},{"id":"2dbb2bbd-d6ec-43dd-86c3-20cb4101ee81","name":"The specified clinic does not exist","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The specified clinic does not exist.\",\n  \"errorCode\": \"714\"\n}"},{"id":"16d1dd35-cedc-4fce-b497-e57fa680eda7","name":"You do not have permission to perform this2","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"You do not have permission to perform this action.\",\n  \"errorCode\": \"15\"\n}"},{"id":"cd5a156e-757b-4ce2-bed3-a4f67ac2aa73","name":"Route not found","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA"}},"method":"GET","header":[{"key":"Authorization","value":"Bearer u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","description":"Bearer token for authentication."}],"url":{"raw":"https://api-beta.flowww.net/v2/userClass/{{userClassID}}?server={{server}}&systemkey={{systemkey}}&clinicID=1","protocol":"https","host":["api-beta.flowww.net/v2"],"path":["userClass","{{userClassID}}"],"query":[{"key":"server","value":"{{server}}","description":"**Required** | Type: `string`\n\nExample: `eu013`\n\nflowww server identifier.","x-postman-displayValue":"eu013"},{"key":"systemkey","value":"{{systemkey}}","description":"**Required** | Type: `string`\n\nExample: `8762574`\n\nflowww system key assigned to the integration.","x-postman-displayValue":"8762574"},{"description":"**Optional** | Type: `integer`\n\nUnique identifier for the clinic.","key":"clinicID","value":"1","x-postman-displayValue":"1"}],"variable":[{"key":"userClassID","value":"10","description":"**Required** | Type: `integer`\n\nID of the user profile to retrieve."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"Content type returned by the response.. Example: application/json","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Route not found\",\n  \"message\": \"The requested endpoint does not exist\",\n  \"path\": \"/userClass/%7B%7BuserClassID%7D%7D\",\n  \"timestamp\": \"1774609445923\"\n}"}],"_postman_id":"0d61056e-cbb0-4551-a326-5da965f0fc61"}],"id":"a8b1c949-90bc-4929-96e8-0ec9c3433e0f","description":"<p>Userclass endpoints.</p>\n","_postman_id":"a8b1c949-90bc-4929-96e8-0ec9c3433e0f"}],"id":"06f33784-2736-43bf-8acd-54d0c49ffde4","description":"<p>REST API endpoint groups.</p>\n","_postman_id":"06f33784-2736-43bf-8acd-54d0c49ffde4"}],"variable":[{"key":"apigeeURL","value":"api-beta.flowww.net/v2","type":"string","description":"Apigee base host and base path used for all requests (without protocol)."},{"key":"server","value":"{{server}}","type":"string","description":"flowww server identifier used in query parameters. Example: eu013"},{"key":"systemkey","value":"{{systemkey}}","type":"string","description":"flowww system key assigned to the integration. Example: 8762574"},{"key":"clinicID","value":"{{clinicID}}","type":"string","description":"Clinic identifier used by endpoints that support the clinicID query parameter. Example: 1"},{"key":"bearerToken","value":"u_6J_zxOZaYpgaxqFn2u27_q_CbQIIMORnJnpzhsYxA","type":"string","description":"API key obtained via /getapikey (recommended) or legacy session token from POST /login (will be deprecated in a future release, but still supported). Pass as: Authorization: Bearer <token>"}]}